#953D7E

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

Shades of Dark Purple #953D7E

Tints of Dark Purple #953D7E

Color information

#953D7E (or 0x953D7E) is unknown color: approx Dark Purple. HEX triplet: 95, 3D and 7E. RGB value is (149,61,126). Sum of RGB (Red+Green+Blue) = 149+61+126=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #953D7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953D7E is #6AC281. Grayscale: #5E5E5E. Windows color (decimal): -6996610 or 8273301. OLE color: 8273301.

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

Color convert

RGB14961126-
CMYK00.590.150.42
HSL315.68º41.9%41.18%-
HSV(B)315.68º59.06%58.43%-
XYZ17.8311.2320.97-
YUV94.72145.65166.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.35%
GREEN value IS 61 (24.22% from 255) = 18.15%
BLUE value IS 126 (49.61% from 255) = 37.5%
R=44.35%
G=18.15%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496112600.590.150.42315.6841.941.18
Hex953D7E03BF2A13c2a29
Octal2257517607317524745251
Binary10010101111101111111001110111111101010100111100101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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