#992890

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

Shades of Dark Purple #992890

Tints of Dark Purple #992890

Color information

#992890 (or 0x992890) is unknown color: approx Dark Purple. HEX triplet: 99, 28 and 90. RGB value is (153,40,144). Sum of RGB (Red+Green+Blue) = 153+40+144=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #992890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992890 is #66D76F. Grayscale: #555555. Windows color (decimal): -6739824 or 9447577. OLE color: 9447577.

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

Color convert

RGB15340144-
CMYK00.740.060.4
HSL304.78º58.55%37.84%-
HSV(B)304.78º73.86%60%-
XYZ18.9310.327.38-
YUV85.64160.94176.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.40%
GREEN value IS 40 (16.02% from 255) = 11.87%
BLUE value IS 144 (56.64% from 255) = 42.73%
R=45.40%
G=11.87%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1534014400.740.060.4304.7858.5537.84
Hex99289004A6281313b26
Octal2315022001126504617346
Binary100110011010001001000001001010110101000100110001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992890; }

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

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

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

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

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

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

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

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