Html Css Color HEX #88026B Eggplant

📋 copy color: '#88026B'

red 136 ◦ green 2 ◦ blue 107

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

Shades of Eggplant #88026B

Tints of Eggplant #88026B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 43.67%

R = 55.51%
G = 0.82%
B = 43.67%

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

#88026B (or 0x88026B) is known color: Eggplant. HEX triplet: 88, 02 and 6B. RGB value is (136,2,107). Sum of RGB (Red+Green+Blue) = 136+2+107=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #88026B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88026B is #77FD94. Grayscale: #353535. Windows color (decimal): -7863701 or 7013000. OLE color: 7013000.

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

Color convert

RGB 136 2 107 -
CMYK 0 0.99 0.21 0.47
HSL 312.99º 0.97% 0.27% -
HSV(B) 312.99º 0.99% 0.53% -
XYZ 12.83 6.34 14.46 -
YUV 54.04 157.89 186.46 -
System Red Green Blue C M Y K H S L
Decimal 136 2 107 0 0.99 0.21 0.47 312.99 0.97 0.27
Hex 88 2 6B 0 63 15 2F 139 61 1B
Octal 210 2 153 0 143 25 57 471 141 33
Binary 10001000 10 1101011 0 1100011 10101 101111 100111001 1100001 11011

Color Harmonies of #88026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88026B

Black with #88026B

Text Example


Text Example

White with #88026B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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