#953A7B

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

Shades of Dark Purple #953A7B

Tints of Dark Purple #953A7B

Color information

#953A7B (or 0x953A7B) is unknown color: approx Dark Purple. HEX triplet: 95, 3A and 7B. RGB value is (149,58,123). Sum of RGB (Red+Green+Blue) = 149+58+123=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #953A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953A7B is #6AC584. Grayscale: #5C5C5C. Windows color (decimal): -6997381 or 8075925. OLE color: 8075925.

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

Color convert

RGB14958123-
CMYK00.610.170.42
HSL317.14º43.96%40.59%-
HSV(B)317.14º61.07%58.43%-
XYZ17.4810.8519.91-
YUV92.62145.15168.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.15%
GREEN value IS 58 (23.05% from 255) = 17.58%
BLUE value IS 123 (48.44% from 255) = 37.27%
R=45.15%
G=17.58%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495812300.610.170.42317.1443.9640.59
Hex953A7B03D112A13d2c29
Octal2257217307521524755451
Binary100101011110101111011011110110001101010100111101101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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