#953E7E

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

Shades of Dark Purple #953E7E

Tints of Dark Purple #953E7E

Color information

#953E7E (or 0x953E7E) is unknown color: approx Dark Purple. HEX triplet: 95, 3E and 7E. RGB value is (149,62,126). Sum of RGB (Red+Green+Blue) = 149+62+126=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #953E7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953E7E is #6AC181. Grayscale: #5F5F5F. Windows color (decimal): -6996354 or 8273557. OLE color: 8273557.

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

Color convert

RGB14962126-
CMYK00.580.150.42
HSL315.86º41.23%41.37%-
HSV(B)315.86º58.39%58.43%-
XYZ17.8811.3420.99-
YUV95.31145.32166.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.21%
GREEN value IS 62 (24.61% from 255) = 18.40%
BLUE value IS 126 (49.61% from 255) = 37.39%
R=44.21%
G=18.40%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496212600.580.150.42315.8641.2341.37
Hex953E7E03AF2A13c2929
Octal2257617607217524745151
Binary10010101111110111111001110101111101010100111100101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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