#992A73

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

Shades of Dark Purple #992A73

Tints of Dark Purple #992A73

Color information

#992A73 (or 0x992A73) is unknown color: approx Dark Purple. HEX triplet: 99, 2A and 73. RGB value is (153,42,115). Sum of RGB (Red+Green+Blue) = 153+42+115=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #992A73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992A73 is #66D58C. Grayscale: #535353. Windows color (decimal): -6739341 or 7547545. OLE color: 7547545.

HSL color Cylindrical-coordinate representation of color #992A73: hue angle of 320.54º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992A73 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB15342115-
CMYK00.730.250.4
HSL320.54º56.92%38.24%-
HSV(B)320.54º72.55%60%-
XYZ17.069.6717.19-
YUV83.51145.77177.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.35%
GREEN value IS 42 (16.80% from 255) = 13.55%
BLUE value IS 115 (45.31% from 255) = 37.10%
R=49.35%
G=13.55%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1534211500.730.250.4320.5456.9238.24
Hex992A7304919281413926
Octal23152163011131505017146
Binary1001100110101011100110100100111001101000101000001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992A73; }

 p { color: rgb(153,42,115); }

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

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

 a { background-color: rgb(153,42,115); }

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

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

 span { border-color: rgb(153,42,115); }

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