#971695

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

Shades of Dark Magenta #971695

Tints of Dark Magenta #971695

Color information

#971695 (or 0x971695) is unknown color: approx Dark Magenta. HEX triplet: 97, 16 and 95. RGB value is (151,22,149). Sum of RGB (Red+Green+Blue) = 151+22+149=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 151 - color contains mainly: red. Hex color #971695 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971695 is #68E96A. Grayscale: #4A4A4A. Windows color (decimal): -6875499 or 9770647. OLE color: 9770647.

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

Color convert

RGB15122149-
CMYK00.850.010.41
HSL300.93º74.57%33.92%-
HSV(B)300.93º85.43%59.22%-
XYZ18.479.3229.26-
YUV75.05169.74182.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.89%
GREEN value IS 22 (8.98% from 255) = 6.83%
BLUE value IS 149 (58.59% from 255) = 46.27%
R=46.89%
G=6.83%
B=46.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1512214900.850.010.41300.9374.5733.92
Hex97169505512912d4b22
Octal22726225012515145511342
Binary1001011110110100101010101010111010011001011011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971695; }

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

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

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

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

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

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

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

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