Html Css Color HEX #88096D Eggplant

📋 copy color: '#88096D'

red 136 ◦ green 9 ◦ blue 109

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

Shades of Eggplant #88096D

Tints of Eggplant #88096D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.54%

 BLUE value IS 109 (42.97% from 255) = 42.91%

R = 53.54%
G = 3.54%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#88096D (or 0x88096D) is known color: Eggplant. HEX triplet: 88, 09 and 6D. RGB value is (136,9,109). Sum of RGB (Red+Green+Blue) = 136+9+109=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #88096D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88096D is #77F692. Grayscale: #3A3A3A. Windows color (decimal): -7861907 or 7145864. OLE color: 7145864.

HSL color Cylindrical-coordinate representation of color #88096D: hue angle of 312.76º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #88096D is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 9 109 -
CMYK 0 0.93 0.20 0.47
HSL 312.76º 0.88% 0.28% -
HSV(B) 312.76º 0.93% 0.53% -
XYZ 13.01 6.53 15.04 -
YUV 58.37 156.58 183.37 -
System Red Green Blue C M Y K H S L
Decimal 136 9 109 0 0.93 0.20 0.47 312.76 0.88 0.28
Hex 88 9 6D 0 5D 14 2F 139 58 1C
Octal 210 11 155 0 135 24 57 471 130 34
Binary 10001000 1001 1101101 0 1011101 10100 101111 100111001 1011000 11100

Color Harmonies of #88096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88096D

Black with #88096D

Text Example


Text Example

White with #88096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88096D; }

 p { color: rgb(136,9,109); }

 H1.HeaderClassName
 {
   color: #88096D;
 }
 .AnyTagClassName
 {
   color: #88096D;
 }
</style>

background-color css

<style>
 a { background-color: #88096D; }

 a { background-color: rgb(136,9,109); }

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

border-color css

<style>
 span { border-color: #88096D; }

 span { border-color: rgb(136,9,109); }

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