#992291

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

Shades of Dark Purple #992291

Tints of Dark Purple #992291

Color information

#992291 (or 0x992291) is unknown color: approx Dark Purple. HEX triplet: 99, 22 and 91. RGB value is (153,34,145). Sum of RGB (Red+Green+Blue) = 153+34+145=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #992291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992291 is #66DD6E. Grayscale: #515151. Windows color (decimal): -6741359 or 9511577. OLE color: 9511577.

HSL color Cylindrical-coordinate representation of color #992291: hue angle of 304.03º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992291 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB15334145-
CMYK00.780.050.4
HSL304.03º63.64%36.67%-
HSV(B)304.03º77.78%60%-
XYZ18.829.9627.72-
YUV82.24163.42178.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.08%
GREEN value IS 34 (13.67% from 255) = 10.24%
BLUE value IS 145 (57.03% from 255) = 43.67%
R=46.08%
G=10.24%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533414500.780.050.4304.0363.6436.67
Hex99229104E5281304025
Octal23142221011655046010045
Binary1001100110001010010001010011101011010001001100001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992291; }

 p { color: rgb(153,34,145); }

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

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

 a { background-color: rgb(153,34,145); }

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

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

 span { border-color: rgb(153,34,145); }

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