#953480

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

Shades of Dark Purple #953480

Tints of Dark Purple #953480

Color information

#953480 (or 0x953480) is unknown color: approx Dark Purple. HEX triplet: 95, 34 and 80. RGB value is (149,52,128). Sum of RGB (Red+Green+Blue) = 149+52+128=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #953480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953480 is #6ACB7F. Grayscale: #595959. Windows color (decimal): -6998912 or 8402069. OLE color: 8402069.

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

Color convert

RGB14952128-
CMYK00.650.140.42
HSL312.99º48.26%39.41%-
HSV(B)312.99º65.1%58.43%-
XYZ17.5210.421.51-
YUV89.67149.64170.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.29%
GREEN value IS 52 (20.70% from 255) = 15.81%
BLUE value IS 128 (50.39% from 255) = 38.91%
R=45.29%
G=15.81%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495212800.650.140.42312.9948.2639.41
Hex953480041E2A1393027
Octal22564200010116524716047
Binary1001010111010010000000010000011110101010100111001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953480; }

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

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

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

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

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

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

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

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