Html Css Color HEX #88075C Eggplant

📋 copy color: '#88075C'

red 136 ◦ green 7 ◦ blue 92

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

Shades of Eggplant #88075C

Tints of Eggplant #88075C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 39.15%

R = 57.87%
G = 2.98%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#88075C (or 0x88075C) is known color: Eggplant. HEX triplet: 88, 07 and 5C. RGB value is (136,7,92). Sum of RGB (Red+Green+Blue) = 136+7+92=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #88075C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88075C is #77F8A3. Grayscale: #373737. Windows color (decimal): -7862436 or 6031240. OLE color: 6031240.

HSL color Cylindrical-coordinate representation of color #88075C: hue angle of 320.47º 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 #88075C is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 7 92 -
CMYK 0 0.95 0.32 0.47
HSL 320.47º 0.9% 0.28% -
HSV(B) 320.47º 0.95% 0.53% -
XYZ 12.16 6.16 10.67 -
YUV 55.26 148.74 185.59 -
System Red Green Blue C M Y K H S L
Decimal 136 7 92 0 0.95 0.32 0.47 320.47 0.9 0.28
Hex 88 7 5C 0 5F 20 2F 140 5A 1C
Octal 210 7 134 0 137 40 57 500 132 34
Binary 10001000 111 1011100 0 1011111 100000 101111 101000000 1011010 11100

Color Harmonies of #88075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88075C

Black with #88075C

Text Example


Text Example

White with #88075C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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