#9869EA

Color #9869EA Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9869EA

Tints of Medium Purple #9869EA

Color information

#9869EA (or 0x9869EA) is unknown color: approx Medium Purple. HEX triplet: 98, 69 and EA. RGB value is (152,105,234). Sum of RGB (Red+Green+Blue) = 152+105+234=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #9869EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9869EA is #679615. Grayscale: #858585. Windows color (decimal): -6788630 or 15362456. OLE color: 15362456.

HSL color Cylindrical-coordinate representation of color #9869EA: hue angle of 261.86º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9869EA is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB152105234-
CMYK0.350.5500.08
HSL261.86º75.44%66.47%-
HSV(B)261.86º55.13%91.76%-
XYZ32.8522.7280.5-
YUV133.76184.57141.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 30.96%
GREEN value IS 105 (41.41% from 255) = 21.38%
BLUE value IS 234 (91.80% from 255) = 47.66%
R=30.96%
G=21.38%
B=47.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1521052340.350.5500.08261.8675.4466.47
Hex9869EA2337081064b42
Octal2301513524367010406113102
Binary100110001101001111010101000111101110100010000011010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9869EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9869EA; }

 p { color: rgb(152,105,234); }

 H1.HeaderClassName
 {
   color: #9869EA;
 }
 .AnyTagClassName
 {
   color: #9869EA;
 }
</style>
background-color css

<style>
 a { background-color: #9869EA; }

 a { background-color: rgb(152,105,234); }

 div.DivClassName
 {
   background-color: #9869EA;
 }
 .BgClassName
 {
   background-color: #9869EA;
 }
</style>
border-color css

<style>
 span { border-color: #9869EA; }

 span { border-color: rgb(152,105,234); }

 td.TdClassName
 {
   border-color: #9869EA;
 }
 .TagClassName
 {
   border-color: #9869EA;
 }
</style>