Html Css Color HEX #88085B Eggplant

📋 copy color: '#88085B'

red 136 ◦ green 8 ◦ blue 91

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

Shades of Eggplant #88085B

Tints of Eggplant #88085B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.72%

R = 57.87%
G = 3.4%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#88085B (or 0x88085B) is known color: Eggplant. HEX triplet: 88, 08 and 5B. RGB value is (136,8,91). Sum of RGB (Red+Green+Blue) = 136+8+91=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #88085B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88085B is #77F7A4. Grayscale: #373737. Windows color (decimal): -7862181 or 5965960. OLE color: 5965960.

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

Color convert

RGB 136 8 91 -
CMYK 0 0.94 0.33 0.47
HSL 321.09º 0.89% 0.28% -
HSV(B) 321.09º 0.94% 0.53% -
XYZ 12.13 6.16 10.45 -
YUV 55.73 147.91 185.25 -
System Red Green Blue C M Y K H S L
Decimal 136 8 91 0 0.94 0.33 0.47 321.09 0.89 0.28
Hex 88 8 5B 0 5E 21 2F 141 59 1C
Octal 210 10 133 0 136 41 57 501 131 34
Binary 10001000 1000 1011011 0 1011110 100001 101111 101000001 1011001 11100

Color Harmonies of #88085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88085B

Black with #88085B

Text Example


Text Example

White with #88085B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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