#931793

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

Shades of Dark Magenta #931793

Tints of Dark Magenta #931793

Color information

#931793 (or 0x931793) is unknown color: approx Dark Magenta. HEX triplet: 93, 17 and 93. RGB value is (147,23,147). Sum of RGB (Red+Green+Blue) = 147+23+147=317 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.37% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #931793 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931793 is #6CE86C. Grayscale: #494949. Windows color (decimal): -7137389 or 9639827. OLE color: 9639827.

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

Color convert

RGB14723147-
CMYK00.8400.42
HSL300º72.94%33.33%-
HSV(B)300º84.35%57.65%-
XYZ17.618.9228.4-
YUV74.21169.08179.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.37%
GREEN value IS 23 (9.38% from 255) = 7.26%
BLUE value IS 147 (57.81% from 255) = 46.37%
R=46.37%
G=7.26%
B=46.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1472314700.8400.4230072.9433.33
Hex93179305402A12c4921
Octal22327223012405245411141
Binary1001001110111100100110101010001010101001011001001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931793; }

 p { color: rgb(147,23,147); }

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

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

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

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

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

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

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