Html Css Color HEX #88036F Eggplant

📋 copy color: '#88036F'

red 136 ◦ green 3 ◦ blue 111

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

Shades of Eggplant #88036F

Tints of Eggplant #88036F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

 BLUE value IS 111 (43.75% from 255) = 44.4%

R = 54.4%
G = 1.2%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#88036F (or 0x88036F) is known color: Eggplant. HEX triplet: 88, 03 and 6F. RGB value is (136,3,111). Sum of RGB (Red+Green+Blue) = 136+3+111=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #88036F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88036F is #77FC90. Grayscale: #363636. Windows color (decimal): -7863441 or 7275400. OLE color: 7275400.

HSL color Cylindrical-coordinate representation of color #88036F: hue angle of 311.28º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #88036F is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 3 111 -
CMYK 0 0.98 0.18 0.47
HSL 311.28º 0.96% 0.27% -
HSV(B) 311.28º 0.98% 0.53% -
XYZ 13.06 6.45 15.6 -
YUV 55.08 159.56 185.72 -
System Red Green Blue C M Y K H S L
Decimal 136 3 111 0 0.98 0.18 0.47 311.28 0.96 0.27
Hex 88 3 6F 0 62 12 2F 137 60 1B
Octal 210 3 157 0 142 22 57 467 140 33
Binary 10001000 11 1101111 0 1100010 10010 101111 100110111 1100000 11011

Color Harmonies of #88036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88036F

Black with #88036F

Text Example


Text Example

White with #88036F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88036F; }

 p { color: rgb(136,3,111); }

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

background-color css

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

 a { background-color: rgb(136,3,111); }

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

border-color css

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

 span { border-color: rgb(136,3,111); }

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