#860266

Color #860266 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #860266

Tints of Eggplant #860266

Color information

#860266 (or 0x860266) is unknown color: approx Eggplant. HEX triplet: 86, 02 and 66. RGB value is (134,2,102). Sum of RGB (Red+Green+Blue) = 134+2+102=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #860266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860266 is #79FD99. Grayscale: #343434. Windows color (decimal): -7994778 or 6685318. OLE color: 6685318.

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

Color convert

RGB1342102-
CMYK00.990.240.47
HSL314.55º97.06%26.67%-
HSV(B)314.55º98.51%52.55%-
XYZ12.256.0713.1-
YUV52.87155.73185.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.30%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 102 (40.23% from 255) = 42.86%
R=56.30%
G=0.84%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134210200.990.240.47314.5597.0626.67
Hex86266063182F13b611b
Octal20621460143305747314133
Binary100001101011001100110001111000101111100111011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860266; }

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

 H1.HeaderClassName
 {
   color: #860266;
 }
 .AnyTagClassName
 {
   color: #860266;
 }
</style>
background-color css

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

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

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

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

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

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