Html Css Color HEX #88015E Eggplant

📋 copy color: '#88015E'

red 136 ◦ green 1 ◦ blue 94

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

Shades of Eggplant #88015E

Tints of Eggplant #88015E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40.69%

R = 58.87%
G = 0.43%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#88015E (or 0x88015E) is known color: Eggplant. HEX triplet: 88, 01 and 5E. RGB value is (136,1,94). Sum of RGB (Red+Green+Blue) = 136+1+94=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #88015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88015E is #77FEA1. Grayscale: #333333. Windows color (decimal): -7863970 or 6160776. OLE color: 6160776.

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

Color convert

RGB 136 1 94 -
CMYK 0 0.99 0.31 0.47
HSL 318.67º 0.99% 0.27% -
HSV(B) 318.67º 0.99% 0.53% -
XYZ 12.18 6.06 11.12 -
YUV 51.97 151.73 187.94 -
System Red Green Blue C M Y K H S L
Decimal 136 1 94 0 0.99 0.31 0.47 318.67 0.99 0.27
Hex 88 1 5E 0 63 1F 2F 13F 63 1B
Octal 210 1 136 0 143 37 57 477 143 33
Binary 10001000 1 1011110 0 1100011 11111 101111 100111111 1100011 11011

Color Harmonies of #88015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88015E

Black with #88015E

Text Example


Text Example

White with #88015E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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