Html Css Color HEX #88075B Eggplant

📋 copy color: '#88075B'

red 136 ◦ green 7 ◦ blue 91

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

Shades of Eggplant #88075B

Tints of Eggplant #88075B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.99%

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

R = 58.12%
G = 2.99%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#88075B (or 0x88075B) is known color: Eggplant. HEX triplet: 88, 07 and 5B. RGB value is (136,7,91). Sum of RGB (Red+Green+Blue) = 136+7+91=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #88075B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88075B is #77F8A4. Grayscale: #363636. Windows color (decimal): -7862437 or 5965704. OLE color: 5965704.

HSL color Cylindrical-coordinate representation of color #88075B: hue angle of 320.93º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #88075B is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 7 91 -
CMYK 0 0.95 0.33 0.47
HSL 320.93º 0.9% 0.28% -
HSV(B) 320.93º 0.95% 0.53% -
XYZ 12.12 6.14 10.44 -
YUV 55.15 148.24 185.67 -
System Red Green Blue C M Y K H S L
Decimal 136 7 91 0 0.95 0.33 0.47 320.93 0.9 0.28
Hex 88 7 5B 0 5F 21 2F 141 5A 1C
Octal 210 7 133 0 137 41 57 501 132 34
Binary 10001000 111 1011011 0 1011111 100001 101111 101000001 1011010 11100

Color Harmonies of #88075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88075B

Black with #88075B

Text Example


Text Example

White with #88075B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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