#953686

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

Shades of Dark Purple #953686

Tints of Dark Purple #953686

Color information

#953686 (or 0x953686) is unknown color: approx Dark Purple. HEX triplet: 95, 36 and 86. RGB value is (149,54,134). Sum of RGB (Red+Green+Blue) = 149+54+134=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #953686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953686 is #6AC979. Grayscale: #5B5B5B. Windows color (decimal): -6998394 or 8795797. OLE color: 8795797.

HSL color Cylindrical-coordinate representation of color #953686: hue angle of 309.47º 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 #953686 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB14954134-
CMYK00.640.100.42
HSL309.47º46.8%39.8%-
HSV(B)309.47º63.76%58.43%-
XYZ18.0210.7523.68-
YUV91.52151.97169-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.21%
GREEN value IS 54 (21.48% from 255) = 16.02%
BLUE value IS 134 (52.73% from 255) = 39.76%
R=44.21%
G=16.02%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495413400.640.100.42309.4746.839.8
Hex953686040A2A1352f28
Octal22566206010012524655750
Binary1001010111011010000110010000001010101010100110101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953686; }

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

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

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

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

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

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

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

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