#953A7A

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

Shades of Dark Purple #953A7A

Tints of Dark Purple #953A7A

Color information

#953A7A (or 0x953A7A) is unknown color: approx Dark Purple. HEX triplet: 95, 3A and 7A. RGB value is (149,58,122). Sum of RGB (Red+Green+Blue) = 149+58+122=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #953A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953A7A is #6AC585. Grayscale: #5C5C5C. Windows color (decimal): -6997382 or 8010389. OLE color: 8010389.

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

Color convert

RGB14958122-
CMYK00.610.180.42
HSL317.8º43.96%40.59%-
HSV(B)317.8º61.07%58.43%-
XYZ17.4210.8219.58-
YUV92.5144.65168.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.29%
GREEN value IS 58 (23.05% from 255) = 17.63%
BLUE value IS 122 (48.05% from 255) = 37.08%
R=45.29%
G=17.63%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495812200.610.180.42317.843.9640.59
Hex953A7A03D122A13e2c29
Octal2257217207522524765451
Binary100101011110101111010011110110010101010100111110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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