#953773

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

Shades of Dark Purple #953773

Tints of Dark Purple #953773

Color information

#953773 (or 0x953773) is unknown color: approx Dark Purple. HEX triplet: 95, 37 and 73. RGB value is (149,55,115). Sum of RGB (Red+Green+Blue) = 149+55+115=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #953773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953773 is #6AC88C. Grayscale: #595959. Windows color (decimal): -6998157 or 7550869. OLE color: 7550869.

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

Color convert

RGB14955115-
CMYK00.630.230.42
HSL321.7º46.08%40%-
HSV(B)321.7º63.09%58.43%-
XYZ16.8610.3617.33-
YUV89.95142.14170.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.71%
GREEN value IS 55 (21.88% from 255) = 17.24%
BLUE value IS 115 (45.31% from 255) = 36.05%
R=46.71%
G=17.24%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495511500.630.230.42321.746.0840
Hex95377303F172A1422e28
Octal2256716307727525025650
Binary100101011101111110011011111110111101010101000010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953773; }

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

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

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

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

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

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

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

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