Html Css Color HEX #88145F Eggplant

📋 copy color: '#88145F'

red 136 ◦ green 20 ◦ blue 95

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

Shades of Eggplant #88145F

Tints of Eggplant #88145F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 37.85%

R = 54.18%
G = 7.97%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#88145F (or 0x88145F) is known color: Eggplant. HEX triplet: 88, 14 and 5F. RGB value is (136,20,95). Sum of RGB (Red+Green+Blue) = 136+20+95=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #88145F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88145F is #77EBA0. Grayscale: #3F3F3F. Windows color (decimal): -7859105 or 6231176. OLE color: 6231176.

HSL color Cylindrical-coordinate representation of color #88145F: hue angle of 321.21º 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 #88145F is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 20 95 -
CMYK 0 0.85 0.30 0.47
HSL 321.21º 0.74% 0.31% -
HSV(B) 321.21º 0.85% 0.53% -
XYZ 12.47 6.56 11.44 -
YUV 63.23 145.93 179.9 -
System Red Green Blue C M Y K H S L
Decimal 136 20 95 0 0.85 0.30 0.47 321.21 0.74 0.31
Hex 88 14 5F 0 55 1E 2F 141 4A 1F
Octal 210 24 137 0 125 36 57 501 112 37
Binary 10001000 10100 1011111 0 1010101 11110 101111 101000001 1001010 11111

Color Harmonies of #88145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88145F

Black with #88145F

Text Example


Text Example

White with #88145F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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