#953E7C

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

Shades of Dark Purple #953E7C

Tints of Dark Purple #953E7C

Color information

#953E7C (or 0x953E7C) is unknown color: approx Dark Purple. HEX triplet: 95, 3E and 7C. RGB value is (149,62,124). Sum of RGB (Red+Green+Blue) = 149+62+124=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #953E7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953E7C is #6AC183. Grayscale: #5E5E5E. Windows color (decimal): -6996356 or 8142485. OLE color: 8142485.

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

Color convert

RGB14962124-
CMYK00.580.170.42
HSL317.24º41.23%41.37%-
HSV(B)317.24º58.39%58.43%-
XYZ17.7611.2920.31-
YUV95.08144.32166.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 62 (24.61% from 255) = 18.51%
BLUE value IS 124 (48.83% from 255) = 37.01%
R=44.48%
G=18.51%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496212400.580.170.42317.2441.2341.37
Hex953E7C03A112A13d2929
Octal2257617407221524755151
Binary100101011111101111100011101010001101010100111101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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