#991F93

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

Shades of Dark Purple #991F93

Tints of Dark Purple #991F93

Color information

#991F93 (or 0x991F93) is unknown color: approx Dark Purple. HEX triplet: 99, 1F and 93. RGB value is (153,31,147). Sum of RGB (Red+Green+Blue) = 153+31+147=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #991F93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991F93 is #66E06C. Grayscale: #505050. Windows color (decimal): -6742125 or 9641881. OLE color: 9641881.

HSL color Cylindrical-coordinate representation of color #991F93: hue angle of 302.95º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #991F93 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB15331147-
CMYK00.800.040.4
HSL302.95º66.3%36.08%-
HSV(B)302.95º79.74%60%-
XYZ18.899.8628.51-
YUV80.7165.42179.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.22%
GREEN value IS 31 (12.5% from 255) = 9.37%
BLUE value IS 147 (57.81% from 255) = 44.41%
R=46.22%
G=9.37%
B=44.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533114700.800.040.4302.9566.336.08
Hex991F9305042812f4224
Octal23137223012045045710244
Binary100110011111110010011010100001001010001001011111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991F93; }

 p { color: rgb(153,31,147); }

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

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

 a { background-color: rgb(153,31,147); }

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

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

 span { border-color: rgb(153,31,147); }

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