Html Css Color HEX #870D64 Eggplant

📋 copy color: '#870D64'

red 135 ◦ green 13 ◦ blue 100

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

Shades of Eggplant #870D64

Tints of Eggplant #870D64

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.24%

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

R = 54.44%
G = 5.24%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#870D64 (or 0x870D64) is known color: Eggplant. HEX triplet: 87, 0D and 64. RGB value is (135,13,100). Sum of RGB (Red+Green+Blue) = 135+13+100=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 100 (39.45% from 255 or 40.32% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #870D64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870D64 is #78F29B. Grayscale: #3B3B3B. Windows color (decimal): -7926428 or 6557063. OLE color: 6557063.

HSL color Cylindrical-coordinate representation of color #870D64: hue angle of 317.21º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870D64 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 13 100 -
CMYK 0 0.90 0.26 0.47
HSL 317.21º 0.82% 0.29% -
HSV(B) 317.21º 0.9% 0.53% -
XYZ 12.44 6.36 12.63 -
YUV 59.4 150.92 181.93 -
System Red Green Blue C M Y K H S L
Decimal 135 13 100 0 0.90 0.26 0.47 317.21 0.82 0.29
Hex 87 D 64 0 5A 1A 2F 13D 52 1D
Octal 207 15 144 0 132 32 57 475 122 35
Binary 10000111 1101 1100100 0 1011010 11010 101111 100111101 1010010 11101

Color Harmonies of #870D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870D64

Black with #870D64

Text Example


Text Example

White with #870D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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