#953477

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

Shades of Dark Purple #953477

Tints of Dark Purple #953477

Color information

#953477 (or 0x953477) is unknown color: approx Dark Purple. HEX triplet: 95, 34 and 77. RGB value is (149,52,119). Sum of RGB (Red+Green+Blue) = 149+52+119=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #953477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953477 is #6ACB88. Grayscale: #585858. Windows color (decimal): -6998921 or 7812245. OLE color: 7812245.

HSL color Cylindrical-coordinate representation of color #953477: hue angle of 318.56º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #953477 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14952119-
CMYK00.650.200.42
HSL318.56º48.26%39.41%-
HSV(B)318.56º65.1%58.43%-
XYZ16.9510.1818.52-
YUV88.64145.14171.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.56%
GREEN value IS 52 (20.70% from 255) = 16.25%
BLUE value IS 119 (46.88% from 255) = 37.19%
R=46.56%
G=16.25%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495211900.650.200.42318.5648.2639.41
Hex953477041142A13f3027
Octal22564167010124524776047
Binary1001010111010011101110100000110100101010100111111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953477; }

 p { color: rgb(149,52,119); }

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

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

 a { background-color: rgb(149,52,119); }

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

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

 span { border-color: rgb(149,52,119); }

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