#953772

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

Shades of Dark Purple #953772

Tints of Dark Purple #953772

Color information

#953772 (or 0x953772) is unknown color: approx Dark Purple. HEX triplet: 95, 37 and 72. RGB value is (149,55,114). Sum of RGB (Red+Green+Blue) = 149+55+114=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #953772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953772 is #6AC88D. Grayscale: #595959. Windows color (decimal): -6998158 or 7485333. OLE color: 7485333.

HSL color Cylindrical-coordinate representation of color #953772: hue angle of 322.34º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #953772 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB14955114-
CMYK00.630.230.42
HSL322.34º46.08%40%-
HSV(B)322.34º63.09%58.43%-
XYZ16.810.3417.03-
YUV89.83141.64170.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.86%
GREEN value IS 55 (21.88% from 255) = 17.30%
BLUE value IS 114 (44.92% from 255) = 35.85%
R=46.86%
G=17.30%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495511400.630.230.42322.3446.0840
Hex95377203F172A1422e28
Octal2256716207727525025650
Binary100101011101111110010011111110111101010101000010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953772; }

 p { color: rgb(149,55,114); }

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

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

 a { background-color: rgb(149,55,114); }

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

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

 span { border-color: rgb(149,55,114); }

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