#953375

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

Shades of Dark Purple #953375

Tints of Dark Purple #953375

Color information

#953375 (or 0x953375) is unknown color: approx Dark Purple. HEX triplet: 95, 33 and 75. RGB value is (149,51,117). Sum of RGB (Red+Green+Blue) = 149+51+117=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #953375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953375 is #6ACC8A. Grayscale: #575757. Windows color (decimal): -6999179 or 7680917. OLE color: 7680917.

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

Color convert

RGB14951117-
CMYK00.660.210.42
HSL319.59º49%39.22%-
HSV(B)319.59º65.77%58.43%-
XYZ16.7910.0417.88-
YUV87.83144.47171.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.00%
GREEN value IS 51 (20.31% from 255) = 16.09%
BLUE value IS 117 (46.09% from 255) = 36.91%
R=47.00%
G=16.09%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495111700.660.210.42319.594939.22
Hex953375042152A1403127
Octal22563165010225525006147
Binary1001010111001111101010100001010101101010101000000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953375; }

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

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

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

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

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

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

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

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