Html Css Color HEX #881258 Eggplant

📋 copy color: '#881258'

red 136 ◦ green 18 ◦ blue 88

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

Shades of Eggplant #881258

Tints of Eggplant #881258

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.44%

 BLUE value IS 88 (34.77% from 255) = 36.36%

R = 56.2%
G = 7.44%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#881258 (or 0x881258) is known color: Eggplant. HEX triplet: 88, 12 and 58. RGB value is (136,18,88). Sum of RGB (Red+Green+Blue) = 136+18+88=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #881258 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881258 is #77EDA7. Grayscale: #3D3D3D. Windows color (decimal): -7859624 or 5771912. OLE color: 5771912.

HSL color Cylindrical-coordinate representation of color #881258: hue angle of 324.41º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881258 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 18 88 -
CMYK 0 0.87 0.35 0.47
HSL 324.41º 0.77% 0.3% -
HSV(B) 324.41º 0.87% 0.53% -
XYZ 12.13 6.37 9.82 -
YUV 61.26 143.09 181.31 -
System Red Green Blue C M Y K H S L
Decimal 136 18 88 0 0.87 0.35 0.47 324.41 0.77 0.3
Hex 88 12 58 0 57 23 2F 144 4D 1E
Octal 210 22 130 0 127 43 57 504 115 36
Binary 10001000 10010 1011000 0 1010111 100011 101111 101000100 1001101 11110

Color Harmonies of #881258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881258

Black with #881258

Text Example


Text Example

White with #881258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881258; }

 p { color: rgb(136,18,88); }

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

background-color css

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

 a { background-color: rgb(136,18,88); }

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

border-color css

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

 span { border-color: rgb(136,18,88); }

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