#953A79

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

Shades of Dark Purple #953A79

Tints of Dark Purple #953A79

Color information

#953A79 (or 0x953A79) is unknown color: approx Dark Purple. HEX triplet: 95, 3A and 79. RGB value is (149,58,121). Sum of RGB (Red+Green+Blue) = 149+58+121=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #953A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953A79 is #6AC586. Grayscale: #5C5C5C. Windows color (decimal): -6997383 or 7944853. OLE color: 7944853.

HSL color Cylindrical-coordinate representation of color #953A79: hue angle of 318.46º 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 #953A79 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB14958121-
CMYK00.610.190.42
HSL318.46º43.96%40.59%-
HSV(B)318.46º61.07%58.43%-
XYZ17.3610.819.26-
YUV92.39144.15168.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.43%
GREEN value IS 58 (23.05% from 255) = 17.68%
BLUE value IS 121 (47.66% from 255) = 36.89%
R=45.43%
G=17.68%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495812100.610.190.42318.4643.9640.59
Hex953A7903D132A13e2c29
Octal2257217107523524765451
Binary100101011110101111001011110110011101010100111110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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