#993473

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

Shades of Dark Purple #993473

Tints of Dark Purple #993473

Color information

#993473 (or 0x993473) is unknown color: approx Dark Purple. HEX triplet: 99, 34 and 73. RGB value is (153,52,115). Sum of RGB (Red+Green+Blue) = 153+52+115=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #993473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993473 is #66CB8C. Grayscale: #595959. Windows color (decimal): -6736781 or 7550105. OLE color: 7550105.

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

Color convert

RGB15352115-
CMYK00.660.250.4
HSL322.57º49.27%40.2%-
HSV(B)322.57º66.01%60%-
XYZ17.4610.4717.32-
YUV89.38142.46173.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.81%
GREEN value IS 52 (20.70% from 255) = 16.25%
BLUE value IS 115 (45.31% from 255) = 35.94%
R=47.81%
G=16.25%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535211500.660.250.4322.5749.2740.2
Hex99347304219281433128
Octal23164163010231505036150
Binary1001100111010011100110100001011001101000101000011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993473; }

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

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

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

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

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

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

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

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