#953682

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

Shades of Dark Purple #953682

Tints of Dark Purple #953682

Color information

#953682 (or 0x953682) is unknown color: approx Dark Purple. HEX triplet: 95, 36 and 82. RGB value is (149,54,130). Sum of RGB (Red+Green+Blue) = 149+54+130=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #953682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953682 is #6AC97D. Grayscale: #5A5A5A. Windows color (decimal): -6998398 or 8533653. OLE color: 8533653.

HSL color Cylindrical-coordinate representation of color #953682: hue angle of 312º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #953682 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB14954130-
CMYK00.640.130.42
HSL312º46.8%39.8%-
HSV(B)312º63.76%58.43%-
XYZ17.7410.6422.24-
YUV91.07149.97169.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.74%
GREEN value IS 54 (21.48% from 255) = 16.22%
BLUE value IS 130 (51.17% from 255) = 39.04%
R=44.74%
G=16.22%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495413000.640.130.4231246.839.8
Hex953682040D2A1382f28
Octal22566202010015524705750
Binary1001010111011010000010010000001101101010100111000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953682; }

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

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

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

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

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

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

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

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