Html Css Color HEX #860055 Eggplant

📋 copy color: '#860055'

red 134 ◦ green 0 ◦ blue 85

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

Shades of Eggplant #860055

Tints of Eggplant #860055

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.19%
G = 0%
B = 38.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#860055 (or 0x860055) is known color: Eggplant. HEX triplet: 86, 00 and 55. RGB value is (134,0,85). Sum of RGB (Red+Green+Blue) = 134+0+85=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #860055 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860055 is #79FFAA. Grayscale: #313131. Windows color (decimal): -7995307 or 5570694. OLE color: 5570694.

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

Color convert

RGB 134 0 85 -
CMYK 0 1 0.37 0.47
HSL 321.94º 1% 0.26% -
HSV(B) 321.94º 1% 0.53% -
XYZ 11.47 5.72 9.09 -
YUV 49.76 147.89 188.09 -
System Red Green Blue C M Y K H S L
Decimal 134 0 85 0 1 0.37 0.47 321.94 1 0.26
Hex 86 0 55 0 64 25 2F 142 64 1A
Octal 206 0 125 0 144 45 57 502 144 32
Binary 10000110 0 1010101 0 1100100 100101 101111 101000010 1100100 11010

Color Harmonies of #860055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860055

Black with #860055

Text Example


Text Example

White with #860055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860055; }

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

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

background-color css

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

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

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

border-color css

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

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

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