#991E92

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

Shades of Dark Purple #991E92

Tints of Dark Purple #991E92

Color information

#991E92 (or 0x991E92) is unknown color: approx Dark Purple. HEX triplet: 99, 1E and 92. RGB value is (153,30,146). Sum of RGB (Red+Green+Blue) = 153+30+146=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #991E92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991E92 is #66E16D. Grayscale: #4F4F4F. Windows color (decimal): -6742382 or 9576089. OLE color: 9576089.

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

Color convert

RGB15330146-
CMYK00.800.050.4
HSL303.41º67.21%35.88%-
HSV(B)303.41º80.39%60%-
XYZ18.799.7828.09-
YUV80165.25180.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.50%
GREEN value IS 30 (12.11% from 255) = 9.12%
BLUE value IS 146 (57.42% from 255) = 44.38%
R=46.50%
G=9.12%
B=44.38%

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
Decimal1533014600.800.050.4303.4167.2135.88
Hex991E9205052812f4324
Octal23136222012055045710344
Binary100110011111010010010010100001011010001001011111000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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