Html Css Color HEX #88085E Eggplant

📋 copy color: '#88085E'

red 136 ◦ green 8 ◦ blue 94

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

Shades of Eggplant #88085E

Tints of Eggplant #88085E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39.5%

R = 57.14%
G = 3.36%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#88085E (or 0x88085E) is known color: Eggplant. HEX triplet: 88, 08 and 5E. RGB value is (136,8,94). Sum of RGB (Red+Green+Blue) = 136+8+94=238 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.14% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 136 - color contains mainly: red. Hex color #88085E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88085E is #77F7A1. Grayscale: #373737. Windows color (decimal): -7862178 or 6162568. OLE color: 6162568.

HSL color Cylindrical-coordinate representation of color #88085E: hue angle of 319.69º 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 #88085E is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 8 94 -
CMYK 0 0.94 0.31 0.47
HSL 319.69º 0.89% 0.28% -
HSV(B) 319.69º 0.94% 0.53% -
XYZ 12.26 6.22 11.14 -
YUV 56.08 149.41 185.01 -
System Red Green Blue C M Y K H S L
Decimal 136 8 94 0 0.94 0.31 0.47 319.69 0.89 0.28
Hex 88 8 5E 0 5E 1F 2F 140 59 1C
Octal 210 10 136 0 136 37 57 500 131 34
Binary 10001000 1000 1011110 0 1011110 11111 101111 101000000 1011001 11100

Color Harmonies of #88085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88085E

Black with #88085E

Text Example


Text Example

White with #88085E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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