#953389

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

Shades of Dark Purple #953389

Tints of Dark Purple #953389

Color information

#953389 (or 0x953389) is unknown color: approx Dark Purple. HEX triplet: 95, 33 and 89. RGB value is (149,51,137). Sum of RGB (Red+Green+Blue) = 149+51+137=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #953389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953389 is #6ACC76. Grayscale: #595959. Windows color (decimal): -6999159 or 8991637. OLE color: 8991637.

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

Color convert

RGB14951137-
CMYK00.660.080.42
HSL307.35º49%39.22%-
HSV(B)307.35º65.77%58.43%-
XYZ18.0910.5624.75-
YUV90.11154.47170.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.21%
GREEN value IS 51 (20.31% from 255) = 15.13%
BLUE value IS 137 (53.91% from 255) = 40.65%
R=44.21%
G=15.13%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495113700.660.080.42307.354939.22
Hex95338904282A1333127
Octal22563211010210524636147
Binary1001010111001110001001010000101000101010100110011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953389; }

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

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

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

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

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

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

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

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