Html Css Color HEX #870164 Eggplant

📋 copy color: '#870164'

red 135 ◦ green 1 ◦ blue 100

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

Shades of Eggplant #870164

Tints of Eggplant #870164

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 57.2%
G = 0.42%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#870164 (or 0x870164) is known color: Eggplant. HEX triplet: 87, 01 and 64. RGB value is (135,1,100). Sum of RGB (Red+Green+Blue) = 135+1+100=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 100 (39.45% from 255 or 42.37% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #870164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870164 is #78FE9B. Grayscale: #343434. Windows color (decimal): -7929500 or 6553991. OLE color: 6553991.

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

Color convert

RGB 135 1 100 -
CMYK 0 0.99 0.26 0.47
HSL 315.67º 0.99% 0.27% -
HSV(B) 315.67º 0.99% 0.53% -
XYZ 12.3 6.09 12.58 -
YUV 52.35 154.89 186.95 -
System Red Green Blue C M Y K H S L
Decimal 135 1 100 0 0.99 0.26 0.47 315.67 0.99 0.27
Hex 87 1 64 0 63 1A 2F 13C 63 1B
Octal 207 1 144 0 143 32 57 474 143 33
Binary 10000111 1 1100100 0 1100011 11010 101111 100111100 1100011 11011

Color Harmonies of #870164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870164

Black with #870164

Text Example


Text Example

White with #870164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870164; }

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

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

background-color css

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

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

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

border-color css

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

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

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