Html Css Color HEX #88076F Eggplant

📋 copy color: '#88076F'

red 136 ◦ green 7 ◦ blue 111

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

Shades of Eggplant #88076F

Tints of Eggplant #88076F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.76%

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

R = 53.54%
G = 2.76%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#88076F (or 0x88076F) is known color: Eggplant. HEX triplet: 88, 07 and 6F. RGB value is (136,7,111). Sum of RGB (Red+Green+Blue) = 136+7+111=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #88076F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88076F is #77F890. Grayscale: #393939. Windows color (decimal): -7862417 or 7276424. OLE color: 7276424.

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

Color convert

RGB 136 7 111 -
CMYK 0 0.95 0.18 0.47
HSL 311.63º 0.9% 0.28% -
HSV(B) 311.63º 0.95% 0.53% -
XYZ 13.1 6.53 15.61 -
YUV 57.43 158.24 184.04 -
System Red Green Blue C M Y K H S L
Decimal 136 7 111 0 0.95 0.18 0.47 311.63 0.9 0.28
Hex 88 7 6F 0 5F 12 2F 138 5A 1C
Octal 210 7 157 0 137 22 57 470 132 34
Binary 10001000 111 1101111 0 1011111 10010 101111 100111000 1011010 11100

Color Harmonies of #88076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88076F

Black with #88076F

Text Example


Text Example

White with #88076F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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