Html Css Color HEX #880951 Eggplant

📋 copy color: '#880951'

red 136 ◦ green 9 ◦ blue 81

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

Shades of Eggplant #880951

Tints of Eggplant #880951

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.98%

 BLUE value IS 81 (32.03% from 255) = 35.84%

R = 60.18%
G = 3.98%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#880951 (or 0x880951) is known color: Eggplant. HEX triplet: 88, 09 and 51. RGB value is (136,9,81). Sum of RGB (Red+Green+Blue) = 136+9+81=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #880951 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880951 is #77F6AE. Grayscale: #373737. Windows color (decimal): -7861935 or 5310856. OLE color: 5310856.

HSL color Cylindrical-coordinate representation of color #880951: hue angle of 325.98º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880951 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 9 81 -
CMYK 0 0.93 0.40 0.47
HSL 325.98º 0.88% 0.28% -
HSV(B) 325.98º 0.93% 0.53% -
XYZ 11.74 6.02 8.33 -
YUV 55.18 142.58 185.65 -
System Red Green Blue C M Y K H S L
Decimal 136 9 81 0 0.93 0.40 0.47 325.98 0.88 0.28
Hex 88 9 51 0 5D 28 2F 146 58 1C
Octal 210 11 121 0 135 50 57 506 130 34
Binary 10001000 1001 1010001 0 1011101 101000 101111 101000110 1011000 11100

Color Harmonies of #880951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880951

Black with #880951

Text Example


Text Example

White with #880951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880951; }

 p { color: rgb(136,9,81); }

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

background-color css

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

 a { background-color: rgb(136,9,81); }

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

border-color css

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

 span { border-color: rgb(136,9,81); }

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