Html Css Color HEX #88025C Eggplant

📋 copy color: '#88025C'

red 136 ◦ green 2 ◦ blue 92

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

Shades of Eggplant #88025C

Tints of Eggplant #88025C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

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

R = 59.13%
G = 0.87%
B = 40%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#88025C (or 0x88025C) is known color: Eggplant. HEX triplet: 88, 02 and 5C. RGB value is (136,2,92). Sum of RGB (Red+Green+Blue) = 136+2+92=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #88025C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88025C is #77FDA3. Grayscale: #343434. Windows color (decimal): -7863716 or 6029960. OLE color: 6029960.

HSL color Cylindrical-coordinate representation of color #88025C: hue angle of 319.7º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88025C is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 2 92 -
CMYK 0 0.99 0.32 0.47
HSL 319.7º 0.97% 0.27% -
HSV(B) 319.7º 0.99% 0.53% -
XYZ 12.11 6.05 10.65 -
YUV 52.33 150.39 187.68 -
System Red Green Blue C M Y K H S L
Decimal 136 2 92 0 0.99 0.32 0.47 319.7 0.97 0.27
Hex 88 2 5C 0 63 20 2F 140 61 1B
Octal 210 2 134 0 143 40 57 500 141 33
Binary 10001000 10 1011100 0 1100011 100000 101111 101000000 1100001 11011

Color Harmonies of #88025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88025C

Black with #88025C

Text Example


Text Example

White with #88025C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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