#953379

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

Shades of Dark Purple #953379

Tints of Dark Purple #953379

Color information

#953379 (or 0x953379) is unknown color: approx Dark Purple. HEX triplet: 95, 33 and 79. RGB value is (149,51,121). Sum of RGB (Red+Green+Blue) = 149+51+121=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #953379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953379 is #6ACC86. Grayscale: #585858. Windows color (decimal): -6999175 or 7943061. OLE color: 7943061.

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

Color convert

RGB14951121-
CMYK00.660.190.42
HSL317.14º49%39.22%-
HSV(B)317.14º65.77%58.43%-
XYZ17.0310.1419.15-
YUV88.28146.47171.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.42%
GREEN value IS 51 (20.31% from 255) = 15.89%
BLUE value IS 121 (47.66% from 255) = 37.69%
R=46.42%
G=15.89%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495112100.660.190.42317.144939.22
Hex953379042132A13d3127
Octal22563171010223524756147
Binary1001010111001111110010100001010011101010100111101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953379; }

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

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

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

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

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

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

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

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