Html Css Color HEX #88026E Eggplant

📋 copy color: '#88026E'

red 136 ◦ green 2 ◦ blue 110

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

Shades of Eggplant #88026E

Tints of Eggplant #88026E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 44.35%

R = 54.84%
G = 0.81%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#88026E (or 0x88026E) is known color: Eggplant. HEX triplet: 88, 02 and 6E. RGB value is (136,2,110). Sum of RGB (Red+Green+Blue) = 136+2+110=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #88026E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88026E is #77FD91. Grayscale: #363636. Windows color (decimal): -7863698 or 7209608. OLE color: 7209608.

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

Color convert

RGB 136 2 110 -
CMYK 0 0.99 0.19 0.47
HSL 311.64º 0.97% 0.27% -
HSV(B) 311.64º 0.99% 0.53% -
XYZ 12.99 6.4 15.3 -
YUV 54.38 159.39 186.22 -
System Red Green Blue C M Y K H S L
Decimal 136 2 110 0 0.99 0.19 0.47 311.64 0.97 0.27
Hex 88 2 6E 0 63 13 2F 138 61 1B
Octal 210 2 156 0 143 23 57 470 141 33
Binary 10001000 10 1101110 0 1100011 10011 101111 100111000 1100001 11011

Color Harmonies of #88026E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88026E

Black with #88026E

Text Example


Text Example

White with #88026E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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