#931373

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

Shades of Dark Purple #931373

Tints of Dark Purple #931373

Color information

#931373 (or 0x931373) is unknown color: approx Dark Purple. HEX triplet: 93, 13 and 73. RGB value is (147,19,115). Sum of RGB (Red+Green+Blue) = 147+19+115=281 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.31% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 147 - color contains mainly: red. Hex color #931373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931373 is #6CEC8C. Grayscale: #434343. Windows color (decimal): -7138445 or 7541651. OLE color: 7541651.

HSL color Cylindrical-coordinate representation of color #931373: hue angle of 315º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #931373 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB14719115-
CMYK00.870.220.42
HSL315º77.11%32.55%-
HSV(B)315º87.07%57.65%-
XYZ15.367.9116.94-
YUV68.22154.41184.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.31%
GREEN value IS 19 (7.81% from 255) = 6.76%
BLUE value IS 115 (45.31% from 255) = 40.93%
R=52.31%
G=6.76%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471911500.870.220.4231577.1132.55
Hex931373057162A13b4d21
Octal223231630127265247311541
Binary1001001110011111001101010111101101010101001110111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931373; }

 p { color: rgb(147,19,115); }

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

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

 a { background-color: rgb(147,19,115); }

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

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

 span { border-color: rgb(147,19,115); }

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