#992290

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

Shades of Dark Purple #992290

Tints of Dark Purple #992290

Color information

#992290 (or 0x992290) is unknown color: approx Dark Purple. HEX triplet: 99, 22 and 90. RGB value is (153,34,144). Sum of RGB (Red+Green+Blue) = 153+34+144=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #992290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992290 is #66DD6F. Grayscale: #515151. Windows color (decimal): -6741360 or 9446041. OLE color: 9446041.

HSL color Cylindrical-coordinate representation of color #992290: hue angle of 304.54º 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 #992290 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB15334144-
CMYK00.780.060.4
HSL304.54º63.64%36.67%-
HSV(B)304.54º77.78%60%-
XYZ18.749.9327.31-
YUV82.12162.92178.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.22%
GREEN value IS 34 (13.67% from 255) = 10.27%
BLUE value IS 144 (56.64% from 255) = 43.50%
R=46.22%
G=10.27%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533414400.780.060.4304.5463.6436.67
Hex99229004E6281314025
Octal23142220011665046110045
Binary1001100110001010010000010011101101010001001100011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992290; }

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

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

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

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

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

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

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

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