#941697

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

Shades of Dark Magenta #941697

Tints of Dark Magenta #941697

Color information

#941697 (or 0x941697) is unknown color: approx Dark Magenta. HEX triplet: 94, 16 and 97. RGB value is (148,22,151). Sum of RGB (Red+Green+Blue) = 148+22+151=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 151 - color contains mainly: blue. Hex color #941697 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941697 is #6BE968. Grayscale: #494949. Windows color (decimal): -7072105 or 9901716. OLE color: 9901716.

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

Color convert

RGB14822151-
CMYK0.020.8500.41
HSL298.6º74.57%33.92%-
HSV(B)298.6º85.43%59.22%-
XYZ18.099.130.08-
YUV74.38171.24180.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.11%
GREEN value IS 22 (8.98% from 255) = 6.85%
BLUE value IS 151 (59.38% from 255) = 47.04%
R=46.11%
G=6.85%
B=47.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal148221510.020.8500.41298.674.5733.92
Hex94169725502912b4b22
Octal22426227212505145311342
Binary10010100101101001011110101010101010011001010111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941697; }

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

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

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

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

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

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

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

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