#973185

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

Shades of Dark Purple #973185

Tints of Dark Purple #973185

Color information

#973185 (or 0x973185) is unknown color: approx Dark Purple. HEX triplet: 97, 31 and 85. RGB value is (151,49,133). Sum of RGB (Red+Green+Blue) = 151+49+133=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 151 - color contains mainly: red. Hex color #973185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973185 is #68CE7A. Grayscale: #585858. Windows color (decimal): -6868603 or 8728983. OLE color: 8728983.

HSL color Cylindrical-coordinate representation of color #973185: hue angle of 310.59º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #973185 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB15149133-
CMYK00.680.120.41
HSL310.59º51%39.22%-
HSV(B)310.59º67.55%59.22%-
XYZ18.0910.4723.26-
YUV89.07152.79172.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.35%
GREEN value IS 49 (19.53% from 255) = 14.71%
BLUE value IS 133 (52.34% from 255) = 39.94%
R=45.35%
G=14.71%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1514913300.680.120.41310.595139.22
Hex973185044C291373327
Octal22761205010414514676347
Binary1001011111000110000101010001001100101001100110111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973185; }

 p { color: rgb(151,49,133); }

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

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

 a { background-color: rgb(151,49,133); }

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

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

 span { border-color: rgb(151,49,133); }

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