Html Css Color HEX #88085A Eggplant

📋 copy color: '#88085A'

red 136 ◦ green 8 ◦ blue 90

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

Shades of Eggplant #88085A

Tints of Eggplant #88085A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.42%

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

R = 58.12%
G = 3.42%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#88085A (or 0x88085A) is known color: Eggplant. HEX triplet: 88, 08 and 5A. RGB value is (136,8,90). Sum of RGB (Red+Green+Blue) = 136+8+90=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #88085A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88085A is #77F7A5. Grayscale: #373737. Windows color (decimal): -7862182 or 5900424. OLE color: 5900424.

HSL color Cylindrical-coordinate representation of color #88085A: hue angle of 321.56º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #88085A is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 8 90 -
CMYK 0 0.94 0.34 0.47
HSL 321.56º 0.89% 0.28% -
HSV(B) 321.56º 0.94% 0.53% -
XYZ 12.09 6.15 10.22 -
YUV 55.62 147.41 185.33 -
System Red Green Blue C M Y K H S L
Decimal 136 8 90 0 0.94 0.34 0.47 321.56 0.89 0.28
Hex 88 8 5A 0 5E 22 2F 142 59 1C
Octal 210 10 132 0 136 42 57 502 131 34
Binary 10001000 1000 1011010 0 1011110 100010 101111 101000010 1011001 11100

Color Harmonies of #88085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88085A

Black with #88085A

Text Example


Text Example

White with #88085A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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