Html Css Color HEX #880960 Eggplant

📋 copy color: '#880960'

red 136 ◦ green 9 ◦ blue 96

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

Shades of Eggplant #880960

Tints of Eggplant #880960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 39.83%

R = 56.43%
G = 3.73%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#880960 (or 0x880960) is known color: Eggplant. HEX triplet: 88, 09 and 60. RGB value is (136,9,96). Sum of RGB (Red+Green+Blue) = 136+9+96=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #880960 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880960 is #77F69F. Grayscale: #383838. Windows color (decimal): -7861920 or 6293896. OLE color: 6293896.

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

Color convert

RGB 136 9 96 -
CMYK 0 0.93 0.29 0.47
HSL 318.9º 0.88% 0.28% -
HSV(B) 318.9º 0.93% 0.53% -
XYZ 12.36 6.27 11.63 -
YUV 56.89 150.08 184.43 -
System Red Green Blue C M Y K H S L
Decimal 136 9 96 0 0.93 0.29 0.47 318.9 0.88 0.28
Hex 88 9 60 0 5D 1D 2F 13F 58 1C
Octal 210 11 140 0 135 35 57 477 130 34
Binary 10001000 1001 1100000 0 1011101 11101 101111 100111111 1011000 11100

Color Harmonies of #880960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880960

Black with #880960

Text Example


Text Example

White with #880960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880960; }

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

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

background-color css

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

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

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

border-color css

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

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

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