Html Css Color HEX #870952 Eggplant

📋 copy color: '#870952'

red 135 ◦ green 9 ◦ blue 82

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

Shades of Eggplant #870952

Tints of Eggplant #870952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 36.28%

R = 59.73%
G = 3.98%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#870952 (or 0x870952) is known color: Eggplant. HEX triplet: 87, 09 and 52. RGB value is (135,9,82). Sum of RGB (Red+Green+Blue) = 135+9+82=226 (29% of max value = 765). Red value is 135 (53.12% from 255 or 59.73% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 135 - color contains mainly: red. Hex color #870952 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870952 is #78F6AD. Grayscale: #363636. Windows color (decimal): -7927470 or 5376391. OLE color: 5376391.

HSL color Cylindrical-coordinate representation of color #870952: hue angle of 325.24º 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 #870952 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 9 82 -
CMYK 0 0.93 0.39 0.47
HSL 325.24º 0.88% 0.28% -
HSV(B) 325.24º 0.93% 0.53% -
XYZ 11.61 5.96 8.52 -
YUV 55 143.24 185.06 -
System Red Green Blue C M Y K H S L
Decimal 135 9 82 0 0.93 0.39 0.47 325.24 0.88 0.28
Hex 87 9 52 0 5D 27 2F 145 58 1C
Octal 207 11 122 0 135 47 57 505 130 34
Binary 10000111 1001 1010010 0 1011101 100111 101111 101000101 1011000 11100

Color Harmonies of #870952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870952

Black with #870952

Text Example


Text Example

White with #870952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870952; }

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

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

background-color css

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

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

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

border-color css

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

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

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