#953271

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

Shades of Dark Purple #953271

Tints of Dark Purple #953271

Color information

#953271 (or 0x953271) is unknown color: approx Dark Purple. HEX triplet: 95, 32 and 71. RGB value is (149,50,113). Sum of RGB (Red+Green+Blue) = 149+50+113=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #953271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953271 is #6ACD8E. Grayscale: #565656. Windows color (decimal): -6999439 or 7418517. OLE color: 7418517.

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

Color convert

RGB14950113-
CMYK00.660.240.42
HSL321.82º49.75%39.02%-
HSV(B)321.82º66.44%58.43%-
XYZ16.529.8616.66-
YUV86.78142.8172.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.76%
GREEN value IS 50 (19.92% from 255) = 16.03%
BLUE value IS 113 (44.53% from 255) = 36.22%
R=47.76%
G=16.03%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495011300.660.240.42321.8249.7539.02
Hex953271042182A1423227
Octal22562161010230525026247
Binary1001010111001011100010100001011000101010101000010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953271; }

 p { color: rgb(149,50,113); }

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

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

 a { background-color: rgb(149,50,113); }

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

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

 span { border-color: rgb(149,50,113); }

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