#953385

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

Shades of Dark Purple #953385

Tints of Dark Purple #953385

Color information

#953385 (or 0x953385) is unknown color: approx Dark Purple. HEX triplet: 95, 33 and 85. RGB value is (149,51,133). Sum of RGB (Red+Green+Blue) = 149+51+133=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #953385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953385 is #6ACC7A. Grayscale: #595959. Windows color (decimal): -6999163 or 8729493. OLE color: 8729493.

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

Color convert

RGB14951133-
CMYK00.660.110.42
HSL309.8º49%39.22%-
HSV(B)309.8º65.77%58.43%-
XYZ17.8110.4523.27-
YUV89.65152.47170.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.74%
GREEN value IS 51 (20.31% from 255) = 15.32%
BLUE value IS 133 (52.34% from 255) = 39.94%
R=44.74%
G=15.32%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495113300.660.110.42309.84939.22
Hex953385042B2A1363127
Octal22563205010213524666147
Binary1001010111001110000101010000101011101010100110110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953385; }

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

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

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

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

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

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

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

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