Html Css Color HEX #860655 Eggplant

📋 copy color: '#860655'

red 134 ◦ green 6 ◦ blue 85

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

Shades of Eggplant #860655

Tints of Eggplant #860655

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.67%

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

R = 59.56%
G = 2.67%
B = 37.78%

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

#860655 (or 0x860655) is known color: Eggplant. HEX triplet: 86, 06 and 55. RGB value is (134,6,85). Sum of RGB (Red+Green+Blue) = 134+6+85=225 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.56% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 134 - color contains mainly: red. Hex color #860655 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860655 is #79F9AA. Grayscale: #353535. Windows color (decimal): -7993771 or 5572230. OLE color: 5572230.

HSL color Cylindrical-coordinate representation of color #860655: hue angle of 322.97º degrees, saturation: 0.91, 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 #860655 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 6 85 -
CMYK 0 0.96 0.37 0.47
HSL 322.97º 0.91% 0.27% -
HSV(B) 322.97º 0.96% 0.53% -
XYZ 11.54 5.85 9.12 -
YUV 53.28 145.91 185.58 -
System Red Green Blue C M Y K H S L
Decimal 134 6 85 0 0.96 0.37 0.47 322.97 0.91 0.27
Hex 86 6 55 0 60 25 2F 143 5B 1B
Octal 206 6 125 0 140 45 57 503 133 33
Binary 10000110 110 1010101 0 1100000 100101 101111 101000011 1011011 11011

Color Harmonies of #860655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860655

Black with #860655

Text Example


Text Example

White with #860655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860655; }

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

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

background-color css

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

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

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

border-color css

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

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

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