Html Css Color HEX #880266 Eggplant

📋 copy color: '#880266'

red 136 ◦ green 2 ◦ blue 102

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

Shades of Eggplant #880266

Tints of Eggplant #880266

RGB

 RED value IS 136 (53.52% from 255) = 56.67%

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

 BLUE value IS 102 (40.23% from 255) = 42.5%

R = 56.67%
G = 0.83%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#880266 (or 0x880266) is known color: Eggplant. HEX triplet: 88, 02 and 66. RGB value is (136,2,102). Sum of RGB (Red+Green+Blue) = 136+2+102=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 102 (40.23% from 255 or 42.5% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #880266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880266 is #77FD99. Grayscale: #353535. Windows color (decimal): -7863706 or 6685320. OLE color: 6685320.

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

Color convert

RGB 136 2 102 -
CMYK 0 0.99 0.25 0.47
HSL 315.22º 0.97% 0.27% -
HSV(B) 315.22º 0.99% 0.53% -
XYZ 12.57 6.24 13.11 -
YUV 53.47 155.39 186.87 -
System Red Green Blue C M Y K H S L
Decimal 136 2 102 0 0.99 0.25 0.47 315.22 0.97 0.27
Hex 88 2 66 0 63 19 2F 13B 61 1B
Octal 210 2 146 0 143 31 57 473 141 33
Binary 10001000 10 1100110 0 1100011 11001 101111 100111011 1100001 11011

Color Harmonies of #880266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880266

Black with #880266

Text Example


Text Example

White with #880266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880266; }

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

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

background-color css

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

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

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

border-color css

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

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

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