#953987

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

Shades of Dark Purple #953987

Tints of Dark Purple #953987

Color information

#953987 (or 0x953987) is unknown color: approx Dark Purple. HEX triplet: 95, 39 and 87. RGB value is (149,57,135). Sum of RGB (Red+Green+Blue) = 149+57+135=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #953987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953987 is #6AC678. Grayscale: #5D5D5D. Windows color (decimal): -6997625 or 8862101. OLE color: 8862101.

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

Color convert

RGB14957135-
CMYK00.620.090.42
HSL309.13º44.66%40.39%-
HSV(B)309.13º61.74%58.43%-
XYZ18.2311.0724.1-
YUV93.4151.48167.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.70%
GREEN value IS 57 (22.66% from 255) = 16.72%
BLUE value IS 135 (53.12% from 255) = 39.59%
R=43.70%
G=16.72%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495713500.620.090.42309.1344.6640.39
Hex95398703E92A1352d28
Octal2257120707611524655550
Binary100101011110011000011101111101001101010100110101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953987; }

 p { color: rgb(149,57,135); }

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

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

 a { background-color: rgb(149,57,135); }

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

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

 span { border-color: rgb(149,57,135); }

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