Html Css Color HEX #88015C Eggplant

📋 copy color: '#88015C'

red 136 ◦ green 1 ◦ blue 92

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

Shades of Eggplant #88015C

Tints of Eggplant #88015C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 59.39%
G = 0.44%
B = 40.17%

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

#88015C (or 0x88015C) is known color: Eggplant. HEX triplet: 88, 01 and 5C. RGB value is (136,1,92). Sum of RGB (Red+Green+Blue) = 136+1+92=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #88015C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88015C is #77FEA3. Grayscale: #333333. Windows color (decimal): -7863972 or 6029704. OLE color: 6029704.

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

Color convert

RGB 136 1 92 -
CMYK 0 0.99 0.32 0.47
HSL 319.56º 0.99% 0.27% -
HSV(B) 319.56º 0.99% 0.53% -
XYZ 12.1 6.03 10.65 -
YUV 51.74 150.73 188.1 -
System Red Green Blue C M Y K H S L
Decimal 136 1 92 0 0.99 0.32 0.47 319.56 0.99 0.27
Hex 88 1 5C 0 63 20 2F 140 63 1B
Octal 210 1 134 0 143 40 57 500 143 33
Binary 10001000 1 1011100 0 1100011 100000 101111 101000000 1100011 11011

Color Harmonies of #88015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88015C

Black with #88015C

Text Example


Text Example

White with #88015C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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