#953B82

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

Shades of Dark Purple #953B82

Tints of Dark Purple #953B82

Color information

#953B82 (or 0x953B82) is unknown color: approx Dark Purple. HEX triplet: 95, 3B and 82. RGB value is (149,59,130). Sum of RGB (Red+Green+Blue) = 149+59+130=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #953B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953B82 is #6AC47D. Grayscale: #5D5D5D. Windows color (decimal): -6997118 or 8534933. OLE color: 8534933.

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

Color convert

RGB14959130-
CMYK00.600.130.42
HSL312.67º43.27%40.78%-
HSV(B)312.67º60.4%58.43%-
XYZ17.9911.1322.32-
YUV94148.32167.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.08%
GREEN value IS 59 (23.44% from 255) = 17.46%
BLUE value IS 130 (51.17% from 255) = 38.46%
R=44.08%
G=17.46%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495913000.600.130.42312.6743.2740.78
Hex953B8203CD2A1392b29
Octal2257320207415524715351
Binary100101011110111000001001111001101101010100111001101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,59,130); }

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

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

 a { background-color: rgb(149,59,130); }

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

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

 span { border-color: rgb(149,59,130); }

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