#991881

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

Shades of Dark Purple #991881

Tints of Dark Purple #991881

Color information

#991881 (or 0x991881) is unknown color: approx Dark Purple. HEX triplet: 99, 18 and 81. RGB value is (153,24,129). Sum of RGB (Red+Green+Blue) = 153+24+129=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #991881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991881 is #66E77E. Grayscale: #4A4A4A. Windows color (decimal): -6743935 or 8460441. OLE color: 8460441.

HSL color Cylindrical-coordinate representation of color #991881: hue angle of 311.16º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #991881 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB15324129-
CMYK00.840.160.4
HSL311.16º72.88%34.71%-
HSV(B)311.16º84.31%60%-
XYZ17.439.0121.59-
YUV74.54158.74183.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50%
GREEN value IS 24 (9.77% from 255) = 7.84%
BLUE value IS 129 (50.78% from 255) = 42.16%
R=50%
G=7.84%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532412900.840.160.4311.1672.8834.71
Hex99188105410281374923
Octal231302010124205046711143
Binary10011001110001000000101010100100001010001001101111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991881; }

 p { color: rgb(153,24,129); }

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

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

 a { background-color: rgb(153,24,129); }

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

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

 span { border-color: rgb(153,24,129); }

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