Html Css Color HEX #860555 Eggplant

📋 copy color: '#860555'

red 134 ◦ green 5 ◦ blue 85

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

Shades of Eggplant #860555

Tints of Eggplant #860555

RGB

 RED value IS 134 (52.73% from 255) = 59.82%

 GREEN value IS 5 (2.34% from 255) = 2.23%

 BLUE value IS 85 (33.59% from 255) = 37.95%

R = 59.82%
G = 2.23%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#860555 (or 0x860555) is known color: Eggplant. HEX triplet: 86, 05 and 55. RGB value is (134,5,85). Sum of RGB (Red+Green+Blue) = 134+5+85=224 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.82% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 134 - color contains mainly: red. Hex color #860555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860555 is #79FAAA. Grayscale: #343434. Windows color (decimal): -7994027 or 5571974. OLE color: 5571974.

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

Color convert

RGB 134 5 85 -
CMYK 0 0.96 0.37 0.47
HSL 322.79º 0.93% 0.27% -
HSV(B) 322.79º 0.96% 0.53% -
XYZ 11.53 5.83 9.11 -
YUV 52.69 146.24 186 -
System Red Green Blue C M Y K H S L
Decimal 134 5 85 0 0.96 0.37 0.47 322.79 0.93 0.27
Hex 86 5 55 0 60 25 2F 143 5D 1B
Octal 206 5 125 0 140 45 57 503 135 33
Binary 10000110 101 1010101 0 1100000 100101 101111 101000011 1011101 11011

Color Harmonies of #860555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860555

Black with #860555

Text Example


Text Example

White with #860555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860555; }

 p { color: rgb(134,5,85); }

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

background-color css

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

 a { background-color: rgb(134,5,85); }

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

border-color css

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

 span { border-color: rgb(134,5,85); }

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