#953973

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

Shades of Dark Purple #953973

Tints of Dark Purple #953973

Color information

#953973 (or 0x953973) is unknown color: approx Dark Purple. HEX triplet: 95, 39 and 73. RGB value is (149,57,115). Sum of RGB (Red+Green+Blue) = 149+57+115=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #953973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953973 is #6AC68C. Grayscale: #5A5A5A. Windows color (decimal): -6997645 or 7551381. OLE color: 7551381.

HSL color Cylindrical-coordinate representation of color #953973: hue angle of 322.17º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #953973 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB14957115-
CMYK00.620.230.42
HSL322.17º44.66%40.39%-
HSV(B)322.17º61.74%58.43%-
XYZ16.9510.5517.36-
YUV91.12141.48169.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.42%
GREEN value IS 57 (22.66% from 255) = 17.76%
BLUE value IS 115 (45.31% from 255) = 35.83%
R=46.42%
G=17.76%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495711500.620.230.42322.1744.6640.39
Hex95397303E172A1422d28
Octal2257116307627525025550
Binary100101011110011110011011111010111101010101000010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953973; }

 p { color: rgb(149,57,115); }

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

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

 a { background-color: rgb(149,57,115); }

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

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

 span { border-color: rgb(149,57,115); }

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