Html Css Color HEX #870C5E Eggplant

📋 copy color: '#870C5E'

red 135 ◦ green 12 ◦ blue 94

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

Shades of Eggplant #870C5E

Tints of Eggplant #870C5E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.98%

 BLUE value IS 94 (37.11% from 255) = 39%

R = 56.02%
G = 4.98%
B = 39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#870C5E (or 0x870C5E) is known color: Eggplant. HEX triplet: 87, 0C and 5E. RGB value is (135,12,94). Sum of RGB (Red+Green+Blue) = 135+12+94=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #870C5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870C5E is #78F3A1. Grayscale: #393939. Windows color (decimal): -7926690 or 6163591. OLE color: 6163591.

HSL color Cylindrical-coordinate representation of color #870C5E: hue angle of 320º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #870C5E is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 12 94 -
CMYK 0 0.91 0.30 0.47
HSL 320º 0.84% 0.29% -
HSV(B) 320º 0.91% 0.53% -
XYZ 12.14 6.22 11.15 -
YUV 58.13 148.25 182.83 -
System Red Green Blue C M Y K H S L
Decimal 135 12 94 0 0.91 0.30 0.47 320 0.84 0.29
Hex 87 C 5E 0 5B 1E 2F 140 54 1D
Octal 207 14 136 0 133 36 57 500 124 35
Binary 10000111 1100 1011110 0 1011011 11110 101111 101000000 1010100 11101

Color Harmonies of #870C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870C5E

Black with #870C5E

Text Example


Text Example

White with #870C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870C5E; }

 p { color: rgb(135,12,94); }

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

background-color css

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

 a { background-color: rgb(135,12,94); }

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

border-color css

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

 span { border-color: rgb(135,12,94); }

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