Html Css Color HEX #870964 Eggplant

📋 copy color: '#870964'

red 135 ◦ green 9 ◦ blue 100

#870964
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #870964

Tints of Eggplant #870964

RGB

 RED value IS 135 (53.13% from 255) = 55.33%

 GREEN value IS 9 (3.91% from 255) = 3.69%

 BLUE value IS 100 (39.45% from 255) = 40.98%

R = 55.33%
G = 3.69%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#870964 (or 0x870964) is known color: Eggplant. HEX triplet: 87, 09 and 64. RGB value is (135,9,100). Sum of RGB (Red+Green+Blue) = 135+9+100=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 100 (39.45% from 255 or 40.98% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #870964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870964 is #78F69B. Grayscale: #383838. Windows color (decimal): -7927452 or 6556039. OLE color: 6556039.

HSL color Cylindrical-coordinate representation of color #870964: hue angle of 316.67º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870964 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 9 100 -
CMYK 0 0.93 0.26 0.47
HSL 316.67º 0.88% 0.28% -
HSV(B) 316.67º 0.93% 0.53% -
XYZ 12.39 6.27 12.61 -
YUV 57.05 152.24 183.6 -
System Red Green Blue C M Y K H S L
Decimal 135 9 100 0 0.93 0.26 0.47 316.67 0.88 0.28
Hex 87 9 64 0 5D 1A 2F 13D 58 1C
Octal 207 11 144 0 135 32 57 475 130 34
Binary 10000111 1001 1100100 0 1011101 11010 101111 100111101 1011000 11100

Color Harmonies of #870964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870964

Black with #870964

Text Example


Text Example

White with #870964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870964; }

 p { color: rgb(135,9,100); }

 H1.HeaderClassName
 {
   color: #870964;
 }
 .AnyTagClassName
 {
   color: #870964;
 }
</style>

background-color css

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

 a { background-color: rgb(135,9,100); }

 div.DivClassName
 {
   background-color: #870964;
 }
 .BgClassName
 {
   background-color: #870964;
 }
</style>

border-color css

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

 span { border-color: rgb(135,9,100); }

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