Html Css Color HEX #870852 Eggplant

📋 copy color: '#870852'

red 135 ◦ green 8 ◦ blue 82

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

Shades of Eggplant #870852

Tints of Eggplant #870852

RGB

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

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

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

R = 60%
G = 3.56%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#870852 (or 0x870852) is known color: Eggplant. HEX triplet: 87, 08 and 52. RGB value is (135,8,82). Sum of RGB (Red+Green+Blue) = 135+8+82=225 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 135 - color contains mainly: red. Hex color #870852 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870852 is #78F7AD. Grayscale: #363636. Windows color (decimal): -7927726 or 5376135. OLE color: 5376135.

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

Color convert

RGB 135 8 82 -
CMYK 0 0.94 0.39 0.47
HSL 325.04º 0.89% 0.28% -
HSV(B) 325.04º 0.94% 0.53% -
XYZ 11.6 5.93 8.52 -
YUV 54.41 143.58 185.48 -
System Red Green Blue C M Y K H S L
Decimal 135 8 82 0 0.94 0.39 0.47 325.04 0.89 0.28
Hex 87 8 52 0 5E 27 2F 145 59 1C
Octal 207 10 122 0 136 47 57 505 131 34
Binary 10000111 1000 1010010 0 1011110 100111 101111 101000101 1011001 11100

Color Harmonies of #870852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870852

Black with #870852

Text Example


Text Example

White with #870852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870852; }

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

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

background-color css

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

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

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

border-color css

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

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

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