Html Css Color HEX #880956 Eggplant

📋 copy color: '#880956'

red 136 ◦ green 9 ◦ blue 86

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

Shades of Eggplant #880956

Tints of Eggplant #880956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 37.23%

R = 58.87%
G = 3.9%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#880956 (or 0x880956) is known color: Eggplant. HEX triplet: 88, 09 and 56. RGB value is (136,9,86). Sum of RGB (Red+Green+Blue) = 136+9+86=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #880956 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880956 is #77F6A9. Grayscale: #373737. Windows color (decimal): -7861930 or 5638536. OLE color: 5638536.

HSL color Cylindrical-coordinate representation of color #880956: hue angle of 323.62º 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 #880956 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 9 86 -
CMYK 0 0.93 0.37 0.47
HSL 323.62º 0.88% 0.28% -
HSV(B) 323.62º 0.93% 0.53% -
XYZ 11.93 6.1 9.35 -
YUV 55.75 145.08 185.24 -
System Red Green Blue C M Y K H S L
Decimal 136 9 86 0 0.93 0.37 0.47 323.62 0.88 0.28
Hex 88 9 56 0 5D 25 2F 144 58 1C
Octal 210 11 126 0 135 45 57 504 130 34
Binary 10001000 1001 1010110 0 1011101 100101 101111 101000100 1011000 11100

Color Harmonies of #880956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880956

Black with #880956

Text Example


Text Example

White with #880956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880956; }

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

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

background-color css

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

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

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

border-color css

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

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

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