#952171

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

Shades of Dark Purple #952171

Tints of Dark Purple #952171

Color information

#952171 (or 0x952171) is unknown color: approx Dark Purple. HEX triplet: 95, 21 and 71. RGB value is (149,33,113). Sum of RGB (Red+Green+Blue) = 149+33+113=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #952171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952171 is #6ADE8E. Grayscale: #4C4C4C. Windows color (decimal): -7003791 or 7414165. OLE color: 7414165.

HSL color Cylindrical-coordinate representation of color #952171: hue angle of 318.62º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952171 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14933113-
CMYK00.780.240.42
HSL318.62º63.74%35.69%-
HSV(B)318.62º77.85%58.43%-
XYZ15.928.6716.46-
YUV76.8148.43179.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.51%
GREEN value IS 33 (13.28% from 255) = 11.19%
BLUE value IS 113 (44.53% from 255) = 38.31%
R=50.51%
G=11.19%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493311300.780.240.42318.6263.7435.69
Hex95217104E182A13f4024
Octal225411610116305247710044
Binary10010101100001111000101001110110001010101001111111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952171; }

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

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

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

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

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

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

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

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