#971395

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

Shades of Dark Magenta #971395

Tints of Dark Magenta #971395

Color information

#971395 (or 0x971395) is unknown color: approx Dark Magenta. HEX triplet: 97, 13 and 95. RGB value is (151,19,149). Sum of RGB (Red+Green+Blue) = 151+19+149=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #971395 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971395 is #68EC6A. Grayscale: #484848. Windows color (decimal): -6876267 or 9769879. OLE color: 9769879.

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

Color convert

RGB15119149-
CMYK00.870.010.41
HSL300.91º77.65%33.33%-
HSV(B)300.91º87.42%59.22%-
XYZ18.429.2129.24-
YUV73.29170.73183.43-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.34%
GREEN value IS 19 (7.81% from 255) = 5.96%
BLUE value IS 149 (58.59% from 255) = 46.71%
R=47.34%
G=5.96%
B=46.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511914900.870.010.41300.9177.6533.33
Hex97139505712912d4e21
Octal22723225012715145511641
Binary1001011110011100101010101011111010011001011011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971395; }

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

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

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

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

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

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

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

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