#940897

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

Shades of Dark Magenta #940897

Tints of Dark Magenta #940897

Color information

#940897 (or 0x940897) is unknown color: approx Dark Magenta. HEX triplet: 94, 08 and 97. RGB value is (148,8,151). Sum of RGB (Red+Green+Blue) = 148+8+151=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 151 (59.38% from 255 or 49.19% from 307); Max value from RGB is 151 - color contains mainly: blue. Hex color #940897 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940897 is #6BF768. Grayscale: #414141. Windows color (decimal): -7075689 or 9898132. OLE color: 9898132.

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

Color convert

RGB1488151-
CMYK0.020.9500.41
HSL298.74º89.94%31.18%-
HSV(B)298.74º94.7%59.22%-
XYZ17.898.730.02-
YUV66.16175.88186.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.21%
GREEN value IS 8 (3.52% from 255) = 2.61%
BLUE value IS 151 (59.38% from 255) = 49.19%
R=48.21%
G=2.61%
B=49.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14881510.020.9500.41298.7489.9431.18
Hex9489725F02912b5a1f
Octal22410227213705145313237
Binary100101001000100101111010111110101001100101011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940897; }

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

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

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

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

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

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

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

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