Html Css Color HEX #88135F Eggplant

📋 copy color: '#88135F'

red 136 ◦ green 19 ◦ blue 95

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

Shades of Eggplant #88135F

Tints of Eggplant #88135F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.6%

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

R = 54.4%
G = 7.6%
B = 38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#88135F (or 0x88135F) is known color: Eggplant. HEX triplet: 88, 13 and 5F. RGB value is (136,19,95). Sum of RGB (Red+Green+Blue) = 136+19+95=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #88135F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88135F is #77ECA0. Grayscale: #3E3E3E. Windows color (decimal): -7859361 or 6230920. OLE color: 6230920.

HSL color Cylindrical-coordinate representation of color #88135F: hue angle of 321.03º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #88135F is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 19 95 -
CMYK 0 0.86 0.30 0.47
HSL 321.03º 0.75% 0.3% -
HSV(B) 321.03º 0.86% 0.53% -
XYZ 12.45 6.53 11.43 -
YUV 62.65 146.26 180.32 -
System Red Green Blue C M Y K H S L
Decimal 136 19 95 0 0.86 0.30 0.47 321.03 0.75 0.3
Hex 88 13 5F 0 56 1E 2F 141 4B 1E
Octal 210 23 137 0 126 36 57 501 113 36
Binary 10001000 10011 1011111 0 1010110 11110 101111 101000001 1001011 11110

Color Harmonies of #88135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88135F

Black with #88135F

Text Example


Text Example

White with #88135F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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