Html Css Color HEX #880366 Eggplant

📋 copy color: '#880366'

red 136 ◦ green 3 ◦ blue 102

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

Shades of Eggplant #880366

Tints of Eggplant #880366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

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

R = 56.43%
G = 1.24%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#880366 (or 0x880366) is known color: Eggplant. HEX triplet: 88, 03 and 66. RGB value is (136,3,102). Sum of RGB (Red+Green+Blue) = 136+3+102=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #880366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880366 is #77FC99. Grayscale: #353535. Windows color (decimal): -7863450 or 6685576. OLE color: 6685576.

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

Color convert

RGB 136 3 102 -
CMYK 0 0.98 0.25 0.47
HSL 315.34º 0.96% 0.27% -
HSV(B) 315.34º 0.98% 0.53% -
XYZ 12.58 6.26 13.12 -
YUV 54.05 155.06 186.45 -
System Red Green Blue C M Y K H S L
Decimal 136 3 102 0 0.98 0.25 0.47 315.34 0.96 0.27
Hex 88 3 66 0 62 19 2F 13B 60 1B
Octal 210 3 146 0 142 31 57 473 140 33
Binary 10001000 11 1100110 0 1100010 11001 101111 100111011 1100000 11011

Color Harmonies of #880366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880366

Black with #880366

Text Example


Text Example

White with #880366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880366; }

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

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

background-color css

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

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

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

border-color css

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

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

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