#881960

Color #881960 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #881960

Tints of Dark Purple #881960

Color information

#881960 (or 0x881960) is unknown color: approx Dark Purple. HEX triplet: 88, 19 and 60. RGB value is (136,25,96). Sum of RGB (Red+Green+Blue) = 136+25+96=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #881960 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881960 is #77E69F. Grayscale: #424242. Windows color (decimal): -7857824 or 6297992. OLE color: 6297992.

HSL color Cylindrical-coordinate representation of color #881960: hue angle of 321.62º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881960 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1362596-
CMYK00.820.290.47
HSL321.62º68.94%31.57%-
HSV(B)321.62º81.62%53.33%-
XYZ12.616.7711.71-
YUV66.28144.77177.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.92%
GREEN value IS 25 (10.16% from 255) = 9.73%
BLUE value IS 96 (37.89% from 255) = 37.35%
R=52.92%
G=9.73%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136259600.820.290.47321.6268.9431.57
Hex8819600521D2F1424520
Octal210311400122355750210540
Binary1000100011001110000001010010111011011111010000101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881960; }

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

 H1.HeaderClassName
 {
   color: #881960;
 }
 .AnyTagClassName
 {
   color: #881960;
 }
</style>
background-color css

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

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

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

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

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

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