#953789

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

Shades of Dark Purple #953789

Tints of Dark Purple #953789

Color information

#953789 (or 0x953789) is unknown color: approx Dark Purple. HEX triplet: 95, 37 and 89. RGB value is (149,55,137). Sum of RGB (Red+Green+Blue) = 149+55+137=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #953789 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953789 is #6AC876. Grayscale: #5C5C5C. Windows color (decimal): -6998135 or 8992661. OLE color: 8992661.

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

Color convert

RGB14955137-
CMYK00.630.080.42
HSL307.66º46.08%40%-
HSV(B)307.66º63.09%58.43%-
XYZ18.2810.9324.81-
YUV92.45153.14168.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.70%
GREEN value IS 55 (21.88% from 255) = 16.13%
BLUE value IS 137 (53.91% from 255) = 40.18%
R=43.70%
G=16.13%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495513700.630.080.42307.6646.0840
Hex95378903F82A1342e28
Octal2256721107710524645650
Binary100101011101111000100101111111000101010100110100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953789; }

 p { color: rgb(149,55,137); }

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

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

 a { background-color: rgb(149,55,137); }

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

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

 span { border-color: rgb(149,55,137); }

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