#971693

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

Shades of Dark Magenta #971693

Tints of Dark Magenta #971693

Color information

#971693 (or 0x971693) is unknown color: approx Dark Magenta. HEX triplet: 97, 16 and 93. RGB value is (151,22,147). Sum of RGB (Red+Green+Blue) = 151+22+147=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 151 - color contains mainly: red. Hex color #971693 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971693 is #68E96C. Grayscale: #4A4A4A. Windows color (decimal): -6875501 or 9639575. OLE color: 9639575.

HSL color Cylindrical-coordinate representation of color #971693: hue angle of 301.86º 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 #971693 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB15122147-
CMYK00.850.030.41
HSL301.86º74.57%33.92%-
HSV(B)301.86º85.43%59.22%-
XYZ18.329.2628.43-
YUV74.82168.74182.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1512214700.850.030.41301.8674.5733.92
Hex97169305532912e4b22
Octal22726223012535145611342
Binary10010111101101001001101010101111010011001011101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971693; }

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

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

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

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

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

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

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

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