#953A80

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

Shades of Dark Purple #953A80

Tints of Dark Purple #953A80

Color information

#953A80 (or 0x953A80) is unknown color: approx Dark Purple. HEX triplet: 95, 3A and 80. RGB value is (149,58,128). Sum of RGB (Red+Green+Blue) = 149+58+128=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #953A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953A80 is #6AC57F. Grayscale: #5C5C5C. Windows color (decimal): -6997376 or 8403605. OLE color: 8403605.

HSL color Cylindrical-coordinate representation of color #953A80: hue angle of 313.85º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #953A80 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB14958128-
CMYK00.610.140.42
HSL313.85º43.96%40.59%-
HSV(B)313.85º61.07%58.43%-
XYZ17.810.9721.6-
YUV93.19147.65167.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 58 (23.05% from 255) = 17.31%
BLUE value IS 128 (50.39% from 255) = 38.21%
R=44.48%
G=17.31%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495812800.610.140.42313.8543.9640.59
Hex953A8003DE2A13a2c29
Octal2257220007516524725451
Binary100101011110101000000001111011110101010100111010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953A80; }

 p { color: rgb(149,58,128); }

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

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

 a { background-color: rgb(149,58,128); }

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

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

 span { border-color: rgb(149,58,128); }

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