#931697

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

Shades of Dark Magenta #931697

Tints of Dark Magenta #931697

Color information

#931697 (or 0x931697) is unknown color: approx Dark Magenta. HEX triplet: 93, 16 and 97. RGB value is (147,22,151). Sum of RGB (Red+Green+Blue) = 147+22+151=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 151 (59.38% from 255 or 47.19% from 320); Max value from RGB is 151 - color contains mainly: blue. Hex color #931697 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931697 is #6CE968. Grayscale: #494949. Windows color (decimal): -7137641 or 9901715. OLE color: 9901715.

HSL color Cylindrical-coordinate representation of color #931697: hue angle of 298.14º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #931697 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14722151-
CMYK0.030.8500.41
HSL298.14º74.57%33.92%-
HSV(B)298.14º85.43%59.22%-
XYZ17.919.0130.07-
YUV74.08171.41180.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.94%
GREEN value IS 22 (8.98% from 255) = 6.88%
BLUE value IS 151 (59.38% from 255) = 47.19%
R=45.94%
G=6.88%
B=47.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal147221510.030.8500.41298.1474.5733.92
Hex93169735502912a4b22
Octal22326227312505145211342
Binary10010011101101001011111101010101010011001010101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931697; }

 p { color: rgb(147,22,151); }

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

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

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

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

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

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

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