Html Css Color HEX #870868 Eggplant

📋 copy color: '#870868'

red 135 ◦ green 8 ◦ blue 104

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

Shades of Eggplant #870868

Tints of Eggplant #870868

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.24%

 BLUE value IS 104 (41.02% from 255) = 42.11%

R = 54.66%
G = 3.24%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#870868 (or 0x870868) is known color: Eggplant. HEX triplet: 87, 08 and 68. RGB value is (135,8,104). Sum of RGB (Red+Green+Blue) = 135+8+104=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #870868 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870868 is #78F797. Grayscale: #383838. Windows color (decimal): -7927704 or 6817927. OLE color: 6817927.

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

Color convert

RGB 135 8 104 -
CMYK 0 0.94 0.23 0.47
HSL 314.65º 0.89% 0.28% -
HSV(B) 314.65º 0.94% 0.53% -
XYZ 12.58 6.32 13.65 -
YUV 56.92 154.58 183.69 -
System Red Green Blue C M Y K H S L
Decimal 135 8 104 0 0.94 0.23 0.47 314.65 0.89 0.28
Hex 87 8 68 0 5E 17 2F 13B 59 1C
Octal 207 10 150 0 136 27 57 473 131 34
Binary 10000111 1000 1101000 0 1011110 10111 101111 100111011 1011001 11100

Color Harmonies of #870868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870868

Black with #870868

Text Example


Text Example

White with #870868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870868; }

 p { color: rgb(135,8,104); }

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

background-color css

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

 a { background-color: rgb(135,8,104); }

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

border-color css

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

 span { border-color: rgb(135,8,104); }

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