#953175

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

Shades of Dark Purple #953175

Tints of Dark Purple #953175

Color information

#953175 (or 0x953175) is unknown color: approx Dark Purple. HEX triplet: 95, 31 and 75. RGB value is (149,49,117). Sum of RGB (Red+Green+Blue) = 149+49+117=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #953175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953175 is #6ACE8A. Grayscale: #565656. Windows color (decimal): -6999691 or 7680405. OLE color: 7680405.

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

Color convert

RGB14949117-
CMYK00.670.210.42
HSL319.2º50.51%38.82%-
HSV(B)319.2º67.11%58.43%-
XYZ16.79.8717.85-
YUV86.65145.13172.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.30%
GREEN value IS 49 (19.53% from 255) = 15.56%
BLUE value IS 117 (46.09% from 255) = 37.14%
R=47.30%
G=15.56%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494911700.670.210.42319.250.5138.82
Hex953175043152A13f3327
Octal22561165010325524776347
Binary1001010111000111101010100001110101101010100111111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953175; }

 p { color: rgb(149,49,117); }

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

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

 a { background-color: rgb(149,49,117); }

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

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

 span { border-color: rgb(149,49,117); }

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