#971394

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

Shades of Dark Magenta #971394

Tints of Dark Magenta #971394

Color information

#971394 (or 0x971394) is unknown color: approx Dark Magenta. HEX triplet: 97, 13 and 94. RGB value is (151,19,148). Sum of RGB (Red+Green+Blue) = 151+19+148=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 151 - color contains mainly: red. Hex color #971394 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971394 is #68EC6B. Grayscale: #484848. Windows color (decimal): -6876268 or 9704343. OLE color: 9704343.

HSL color Cylindrical-coordinate representation of color #971394: hue angle of 301.36º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971394 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB15119148-
CMYK00.870.020.41
HSL301.36º77.65%33.33%-
HSV(B)301.36º87.42%59.22%-
XYZ18.349.1828.82-
YUV73.17170.23183.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.48%
GREEN value IS 19 (7.81% from 255) = 5.97%
BLUE value IS 148 (58.20% from 255) = 46.54%
R=47.48%
G=5.97%
B=46.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511914800.870.020.41301.3677.6533.33
Hex97139405722912d4e21
Octal22723224012725145511641
Binary10010111100111001010001010111101010011001011011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971394; }

 p { color: rgb(151,19,148); }

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

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

 a { background-color: rgb(151,19,148); }

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

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

 span { border-color: rgb(151,19,148); }

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