#953386

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

Shades of Dark Purple #953386

Tints of Dark Purple #953386

Color information

#953386 (or 0x953386) is unknown color: approx Dark Purple. HEX triplet: 95, 33 and 86. RGB value is (149,51,134). Sum of RGB (Red+Green+Blue) = 149+51+134=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #953386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953386 is #6ACC79. Grayscale: #595959. Windows color (decimal): -6999162 or 8795029. OLE color: 8795029.

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

Color convert

RGB14951134-
CMYK00.660.100.42
HSL309.18º49%39.22%-
HSV(B)309.18º65.77%58.43%-
XYZ17.8810.4823.63-
YUV89.76152.97170.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.61%
GREEN value IS 51 (20.31% from 255) = 15.27%
BLUE value IS 134 (52.73% from 255) = 40.12%
R=44.61%
G=15.27%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495113400.660.100.42309.184939.22
Hex953386042A2A1353127
Octal22563206010212524656147
Binary1001010111001110000110010000101010101010100110101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953386; }

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

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

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

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

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

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

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

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