#992590

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

Shades of Dark Purple #992590

Tints of Dark Purple #992590

Color information

#992590 (or 0x992590) is unknown color: approx Dark Purple. HEX triplet: 99, 25 and 90. RGB value is (153,37,144). Sum of RGB (Red+Green+Blue) = 153+37+144=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #992590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992590 is #66DA6F. Grayscale: #535353. Windows color (decimal): -6740592 or 9446809. OLE color: 9446809.

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

Color convert

RGB15337144-
CMYK00.760.060.4
HSL304.66º61.05%37.25%-
HSV(B)304.66º75.82%60%-
XYZ18.8310.1127.34-
YUV83.88161.93177.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.81%
GREEN value IS 37 (14.84% from 255) = 11.08%
BLUE value IS 144 (56.64% from 255) = 43.11%
R=45.81%
G=11.08%
B=43.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533714400.760.060.4304.6661.0537.25
Hex99259004C6281313d25
Octal2314522001146504617545
Binary100110011001011001000001001100110101000100110001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992590; }

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

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

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

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

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

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

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

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