#913974

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

Shades of Dark Purple #913974

Tints of Dark Purple #913974

Color information

#913974 (or 0x913974) is unknown color: approx Dark Purple. HEX triplet: 91, 39 and 74. RGB value is (145,57,116). Sum of RGB (Red+Green+Blue) = 145+57+116=318 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.60% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 145 - color contains mainly: red. Hex color #913974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913974 is #6EC68B. Grayscale: #595959. Windows color (decimal): -7259788 or 7616913. OLE color: 7616913.

HSL color Cylindrical-coordinate representation of color #913974: hue angle of 319.77º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #913974 is Cyan = 0, Magento = 0.61, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB14557116-
CMYK00.610.20.43
HSL319.77º43.56%39.61%-
HSV(B)319.77º60.69%56.86%-
XYZ16.2910.2117.63-
YUV90.04142.65167.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.60%
GREEN value IS 57 (22.66% from 255) = 17.92%
BLUE value IS 116 (45.70% from 255) = 36.48%
R=45.60%
G=17.92%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455711600.610.20.43319.7743.5639.61
Hex91397403D142B1402c28
Octal2217116407524535005450
Binary100100011110011110100011110110100101011101000000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913974; }

 p { color: rgb(145,57,116); }

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

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

 a { background-color: rgb(145,57,116); }

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

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

 span { border-color: rgb(145,57,116); }

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