#991F92

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

Shades of Dark Purple #991F92

Tints of Dark Purple #991F92

Color information

#991F92 (or 0x991F92) is unknown color: approx Dark Purple. HEX triplet: 99, 1F and 92. RGB value is (153,31,146). Sum of RGB (Red+Green+Blue) = 153+31+146=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #991F92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991F92 is #66E06D. Grayscale: #505050. Windows color (decimal): -6742126 or 9576345. OLE color: 9576345.

HSL color Cylindrical-coordinate representation of color #991F92: hue angle of 303.44º 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 #991F92 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB15331146-
CMYK00.800.050.4
HSL303.44º66.3%36.08%-
HSV(B)303.44º79.74%60%-
XYZ18.829.8328.1-
YUV80.59164.92179.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.36%
GREEN value IS 31 (12.5% from 255) = 9.39%
BLUE value IS 146 (57.42% from 255) = 44.24%
R=46.36%
G=9.39%
B=44.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533114600.800.050.4303.4466.336.08
Hex991F9205052812f4224
Octal23137222012055045710244
Binary100110011111110010010010100001011010001001011111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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