Html Css Color HEX #88026C Eggplant

📋 copy color: '#88026C'

red 136 ◦ green 2 ◦ blue 108

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

Shades of Eggplant #88026C

Tints of Eggplant #88026C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.9%

R = 55.28%
G = 0.81%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#88026C (or 0x88026C) is known color: Eggplant. HEX triplet: 88, 02 and 6C. RGB value is (136,2,108). Sum of RGB (Red+Green+Blue) = 136+2+108=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #88026C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88026C is #77FD93. Grayscale: #353535. Windows color (decimal): -7863700 or 7078536. OLE color: 7078536.

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

Color convert

RGB 136 2 108 -
CMYK 0 0.99 0.21 0.47
HSL 312.54º 0.97% 0.27% -
HSV(B) 312.54º 0.99% 0.53% -
XYZ 12.88 6.36 14.74 -
YUV 54.15 158.39 186.38 -
System Red Green Blue C M Y K H S L
Decimal 136 2 108 0 0.99 0.21 0.47 312.54 0.97 0.27
Hex 88 2 6C 0 63 15 2F 139 61 1B
Octal 210 2 154 0 143 25 57 471 141 33
Binary 10001000 10 1101100 0 1100011 10101 101111 100111001 1100001 11011

Color Harmonies of #88026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88026C

Black with #88026C

Text Example


Text Example

White with #88026C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88026C; }

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

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

background-color css

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

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

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

border-color css

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

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

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