#991181

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

Shades of Dark Purple #991181

Tints of Dark Purple #991181

Color information

#991181 (or 0x991181) is unknown color: approx Dark Purple. HEX triplet: 99, 11 and 81. RGB value is (153,17,129). Sum of RGB (Red+Green+Blue) = 153+17+129=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #991181 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991181 is #66EE7E. Grayscale: #464646. Windows color (decimal): -6745727 or 8458649. OLE color: 8458649.

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

Color convert

RGB15317129-
CMYK00.890.160.4
HSL310.59º80%33.33%-
HSV(B)310.59º88.89%60%-
XYZ17.38.7621.55-
YUV70.43161.06186.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.17%
GREEN value IS 17 (7.03% from 255) = 5.69%
BLUE value IS 129 (50.78% from 255) = 43.14%
R=51.17%
G=5.69%
B=43.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531712900.890.160.4310.598033.33
Hex99118105910281375021
Octal231212010131205046712041
Binary10011001100011000000101011001100001010001001101111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991181; }

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

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

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

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

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

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

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

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