Html Css Color HEX #88016D Eggplant

📋 copy color: '#88016D'

red 136 ◦ green 1 ◦ blue 109

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

Shades of Eggplant #88016D

Tints of Eggplant #88016D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 109 (42.97% from 255) = 44.31%

R = 55.28%
G = 0.41%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#88016D (or 0x88016D) is known color: Eggplant. HEX triplet: 88, 01 and 6D. RGB value is (136,1,109). Sum of RGB (Red+Green+Blue) = 136+1+109=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #88016D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88016D is #77FE92. Grayscale: #353535. Windows color (decimal): -7863955 or 7143816. OLE color: 7143816.

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

Color convert

RGB 136 1 109 -
CMYK 0 0.99 0.20 0.47
HSL 312º 0.99% 0.27% -
HSV(B) 312º 0.99% 0.53% -
XYZ 12.92 6.36 15.01 -
YUV 53.68 159.23 186.72 -
System Red Green Blue C M Y K H S L
Decimal 136 1 109 0 0.99 0.20 0.47 312 0.99 0.27
Hex 88 1 6D 0 63 14 2F 138 63 1B
Octal 210 1 155 0 143 24 57 470 143 33
Binary 10001000 1 1101101 0 1100011 10100 101111 100111000 1100011 11011

Color Harmonies of #88016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88016D

Black with #88016D

Text Example


Text Example

White with #88016D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88016D; }

 p { color: rgb(136,1,109); }

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

background-color css

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

 a { background-color: rgb(136,1,109); }

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

border-color css

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

 span { border-color: rgb(136,1,109); }

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