Html Css Color HEX #860656 Eggplant

📋 copy color: '#860656'

red 134 ◦ green 6 ◦ blue 86

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

Shades of Eggplant #860656

Tints of Eggplant #860656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 38.05%

R = 59.29%
G = 2.65%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#860656 (or 0x860656) is known color: Eggplant. HEX triplet: 86, 06 and 56. RGB value is (134,6,86). Sum of RGB (Red+Green+Blue) = 134+6+86=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 86 (33.98% from 255 or 38.05% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #860656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860656 is #79F9A9. Grayscale: #353535. Windows color (decimal): -7993770 or 5637766. OLE color: 5637766.

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

Color convert

RGB 134 6 86 -
CMYK 0 0.96 0.36 0.47
HSL 322.5º 0.91% 0.27% -
HSV(B) 322.5º 0.96% 0.53% -
XYZ 11.58 5.87 9.33 -
YUV 53.39 146.41 185.5 -
System Red Green Blue C M Y K H S L
Decimal 134 6 86 0 0.96 0.36 0.47 322.5 0.91 0.27
Hex 86 6 56 0 60 24 2F 142 5B 1B
Octal 206 6 126 0 140 44 57 502 133 33
Binary 10000110 110 1010110 0 1100000 100100 101111 101000010 1011011 11011

Color Harmonies of #860656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860656

Black with #860656

Text Example


Text Example

White with #860656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860656; }

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

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

background-color css

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

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

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

border-color css

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

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

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