Html Css Color HEX #88145C Eggplant

📋 copy color: '#88145C'

red 136 ◦ green 20 ◦ blue 92

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

Shades of Eggplant #88145C

Tints of Eggplant #88145C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.06%

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

R = 54.84%
G = 8.06%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#88145C (or 0x88145C) is known color: Eggplant. HEX triplet: 88, 14 and 5C. RGB value is (136,20,92). Sum of RGB (Red+Green+Blue) = 136+20+92=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #88145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88145C is #77EBA3. Grayscale: #3E3E3E. Windows color (decimal): -7859108 or 6034568. OLE color: 6034568.

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

Color convert

RGB 136 20 92 -
CMYK 0 0.85 0.32 0.47
HSL 322.76º 0.74% 0.31% -
HSV(B) 322.76º 0.85% 0.53% -
XYZ 12.34 6.51 10.73 -
YUV 62.89 144.43 180.15 -
System Red Green Blue C M Y K H S L
Decimal 136 20 92 0 0.85 0.32 0.47 322.76 0.74 0.31
Hex 88 14 5C 0 55 20 2F 143 4A 1F
Octal 210 24 134 0 125 40 57 503 112 37
Binary 10001000 10100 1011100 0 1010101 100000 101111 101000011 1001010 11111

Color Harmonies of #88145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88145C

Black with #88145C

Text Example


Text Example

White with #88145C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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