#953A7C

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

Shades of Dark Purple #953A7C

Tints of Dark Purple #953A7C

Color information

#953A7C (or 0x953A7C) is unknown color: approx Dark Purple. HEX triplet: 95, 3A and 7C. RGB value is (149,58,124). Sum of RGB (Red+Green+Blue) = 149+58+124=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #953A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953A7C is #6AC583. Grayscale: #5C5C5C. Windows color (decimal): -6997380 or 8141461. OLE color: 8141461.

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

Color convert

RGB14958124-
CMYK00.610.170.42
HSL316.48º43.96%40.59%-
HSV(B)316.48º61.07%58.43%-
XYZ17.5510.8720.24-
YUV92.73145.65168.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 58 (23.05% from 255) = 17.52%
BLUE value IS 124 (48.83% from 255) = 37.46%
R=45.02%
G=17.52%
B=37.46%

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
Decimal1495812400.610.170.42316.4843.9640.59
Hex953A7C03D112A13c2c29
Octal2257217407521524745451
Binary100101011110101111100011110110001101010100111100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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