#953387

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

Shades of Dark Purple #953387

Tints of Dark Purple #953387

Color information

#953387 (or 0x953387) is unknown color: approx Dark Purple. HEX triplet: 95, 33 and 87. RGB value is (149,51,135). Sum of RGB (Red+Green+Blue) = 149+51+135=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #953387 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953387 is #6ACC78. Grayscale: #595959. Windows color (decimal): -6999161 or 8860565. OLE color: 8860565.

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

Color convert

RGB14951135-
CMYK00.660.090.42
HSL308.57º49%39.22%-
HSV(B)308.57º65.77%58.43%-
XYZ17.9510.5124-
YUV89.88153.47170.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 51 (20.31% from 255) = 15.22%
BLUE value IS 135 (53.12% from 255) = 40.30%
R=44.48%
G=15.22%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495113500.660.090.42308.574939.22
Hex95338704292A1353127
Octal22563207010211524656147
Binary1001010111001110000111010000101001101010100110101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953387; }

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

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

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

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

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

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

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

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