Html Css Color HEX #860255 Eggplant

📋 copy color: '#860255'

red 134 ◦ green 2 ◦ blue 85

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

Shades of Eggplant #860255

Tints of Eggplant #860255

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 60.63%
G = 0.9%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#860255 (or 0x860255) is known color: Eggplant. HEX triplet: 86, 02 and 55. RGB value is (134,2,85). Sum of RGB (Red+Green+Blue) = 134+2+85=221 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.63% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 134 - color contains mainly: red. Hex color #860255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860255 is #79FDAA. Grayscale: #323232. Windows color (decimal): -7994795 or 5571206. OLE color: 5571206.

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

Color convert

RGB 134 2 85 -
CMYK 0 0.99 0.37 0.47
HSL 322.27º 0.97% 0.27% -
HSV(B) 322.27º 0.99% 0.53% -
XYZ 11.49 5.77 9.1 -
YUV 50.93 147.23 187.25 -
System Red Green Blue C M Y K H S L
Decimal 134 2 85 0 0.99 0.37 0.47 322.27 0.97 0.27
Hex 86 2 55 0 63 25 2F 142 61 1B
Octal 206 2 125 0 143 45 57 502 141 33
Binary 10000110 10 1010101 0 1100011 100101 101111 101000010 1100001 11011

Color Harmonies of #860255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860255

Black with #860255

Text Example


Text Example

White with #860255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860255; }

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

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

background-color css

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

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

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

border-color css

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

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

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