Html Css Color HEX #881066 Eggplant

📋 copy color: '#881066'

red 136 ◦ green 16 ◦ blue 102

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

Shades of Eggplant #881066

Tints of Eggplant #881066

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.3%

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

R = 53.54%
G = 6.3%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#881066 (or 0x881066) is known color: Eggplant. HEX triplet: 88, 10 and 66. RGB value is (136,16,102). Sum of RGB (Red+Green+Blue) = 136+16+102=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #881066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881066 is #77EF99. Grayscale: #3D3D3D. Windows color (decimal): -7860122 or 6688904. OLE color: 6688904.

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

Color convert

RGB 136 16 102 -
CMYK 0 0.88 0.25 0.47
HSL 317º 0.79% 0.3% -
HSV(B) 317º 0.88% 0.53% -
XYZ 12.74 6.56 13.17 -
YUV 61.68 150.76 181.01 -
System Red Green Blue C M Y K H S L
Decimal 136 16 102 0 0.88 0.25 0.47 317 0.79 0.3
Hex 88 10 66 0 58 19 2F 13D 4F 1E
Octal 210 20 146 0 130 31 57 475 117 36
Binary 10001000 10000 1100110 0 1011000 11001 101111 100111101 1001111 11110

Color Harmonies of #881066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881066

Black with #881066

Text Example


Text Example

White with #881066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881066; }

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

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

background-color css

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

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

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

border-color css

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

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

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