#953571

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

Shades of Dark Purple #953571

Tints of Dark Purple #953571

Color information

#953571 (or 0x953571) is unknown color: approx Dark Purple. HEX triplet: 95, 35 and 71. RGB value is (149,53,113). Sum of RGB (Red+Green+Blue) = 149+53+113=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #953571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953571 is #6ACA8E. Grayscale: #585858. Windows color (decimal): -6998671 or 7419285. OLE color: 7419285.

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

Color convert

RGB14953113-
CMYK00.640.240.42
HSL322.5º47.52%39.61%-
HSV(B)322.5º64.43%58.43%-
XYZ16.6510.1316.7-
YUV88.54141.8171.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.30%
GREEN value IS 53 (21.09% from 255) = 16.83%
BLUE value IS 113 (44.53% from 255) = 35.87%
R=47.30%
G=16.83%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495311300.640.240.42322.547.5239.61
Hex953571040182A1423028
Octal22565161010030525026050
Binary1001010111010111100010100000011000101010101000010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953571; }

 p { color: rgb(149,53,113); }

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

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

 a { background-color: rgb(149,53,113); }

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

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

 span { border-color: rgb(149,53,113); }

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