#881983

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

Shades of Dark Purple #881983

Tints of Dark Purple #881983

Color information

#881983 (or 0x881983) is unknown color: approx Dark Purple. HEX triplet: 88, 19 and 83. RGB value is (136,25,131). Sum of RGB (Red+Green+Blue) = 136+25+131=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 136 - color contains mainly: red. Hex color #881983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881983 is #77E67C. Grayscale: #454545. Windows color (decimal): -7857789 or 8591752. OLE color: 8591752.

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

Color convert

RGB13625131-
CMYK00.820.040.47
HSL302.7º68.94%31.57%-
HSV(B)302.7º81.62%53.33%-
XYZ14.67.5722.16-
YUV70.27162.27174.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.58%
GREEN value IS 25 (10.16% from 255) = 8.56%
BLUE value IS 131 (51.56% from 255) = 44.86%
R=46.58%
G=8.56%
B=44.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1362513100.820.040.47302.768.9431.57
Hex88198305242F12f4520
Octal21031203012245745710540
Binary100010001100110000011010100101001011111001011111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881983; }

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

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

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

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

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

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

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

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