#991E93

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

Shades of Dark Purple #991E93

Tints of Dark Purple #991E93

Color information

#991E93 (or 0x991E93) is unknown color: approx Dark Purple. HEX triplet: 99, 1E and 93. RGB value is (153,30,147). Sum of RGB (Red+Green+Blue) = 153+30+147=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #991E93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991E93 is #66E16C. Grayscale: #4F4F4F. Windows color (decimal): -6742381 or 9641625. OLE color: 9641625.

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

Color convert

RGB15330147-
CMYK00.800.040.4
HSL302.93º67.21%35.88%-
HSV(B)302.93º80.39%60%-
XYZ18.879.8128.5-
YUV80.11165.75179.99-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.36%
GREEN value IS 30 (12.11% from 255) = 9.09%
BLUE value IS 147 (57.81% from 255) = 44.55%
R=46.36%
G=9.09%
B=44.55%

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
Decimal1533014700.800.040.4302.9367.2135.88
Hex991E9305042812f4324
Octal23136223012045045710344
Binary100110011111010010011010100001001010001001011111000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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