Html Css Color HEX #88015F Eggplant

📋 copy color: '#88015F'

red 136 ◦ green 1 ◦ blue 95

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

Shades of Eggplant #88015F

Tints of Eggplant #88015F

RGB

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

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

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

R = 58.62%
G = 0.43%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#88015F (or 0x88015F) is known color: Eggplant. HEX triplet: 88, 01 and 5F. RGB value is (136,1,95). Sum of RGB (Red+Green+Blue) = 136+1+95=232 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.62% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 136 - color contains mainly: red. Hex color #88015F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88015F is #77FEA0. Grayscale: #333333. Windows color (decimal): -7863969 or 6226312. OLE color: 6226312.

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

Color convert

RGB 136 1 95 -
CMYK 0 0.99 0.30 0.47
HSL 318.22º 0.99% 0.27% -
HSV(B) 318.22º 0.99% 0.53% -
XYZ 12.23 6.08 11.36 -
YUV 52.08 152.23 187.86 -
System Red Green Blue C M Y K H S L
Decimal 136 1 95 0 0.99 0.30 0.47 318.22 0.99 0.27
Hex 88 1 5F 0 63 1E 2F 13E 63 1B
Octal 210 1 137 0 143 36 57 476 143 33
Binary 10001000 1 1011111 0 1100011 11110 101111 100111110 1100011 11011

Color Harmonies of #88015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88015F

Black with #88015F

Text Example


Text Example

White with #88015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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