Html Css Color HEX #88095A Eggplant

📋 copy color: '#88095A'

red 136 ◦ green 9 ◦ blue 90

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

Shades of Eggplant #88095A

Tints of Eggplant #88095A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.3%

R = 57.87%
G = 3.83%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#88095A (or 0x88095A) is known color: Eggplant. HEX triplet: 88, 09 and 5A. RGB value is (136,9,90). Sum of RGB (Red+Green+Blue) = 136+9+90=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #88095A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88095A is #77F6A5. Grayscale: #383838. Windows color (decimal): -7861926 or 5900680. OLE color: 5900680.

HSL color Cylindrical-coordinate representation of color #88095A: hue angle of 321.73º 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 #88095A is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 9 90 -
CMYK 0 0.93 0.34 0.47
HSL 321.73º 0.88% 0.28% -
HSV(B) 321.73º 0.93% 0.53% -
XYZ 12.1 6.17 10.23 -
YUV 56.21 147.08 184.91 -
System Red Green Blue C M Y K H S L
Decimal 136 9 90 0 0.93 0.34 0.47 321.73 0.88 0.28
Hex 88 9 5A 0 5D 22 2F 142 58 1C
Octal 210 11 132 0 135 42 57 502 130 34
Binary 10001000 1001 1011010 0 1011101 100010 101111 101000010 1011000 11100

Color Harmonies of #88095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88095A

Black with #88095A

Text Example


Text Example

White with #88095A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88095A; }

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

 H1.HeaderClassName
 {
   color: #88095A;
 }
 .AnyTagClassName
 {
   color: #88095A;
 }
</style>

background-color css

<style>
 a { background-color: #88095A; }

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

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

border-color css

<style>
 span { border-color: #88095A; }

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

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