#940A81

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

Shades of Dark Magenta #940A81

Tints of Dark Magenta #940A81

Color information

#940A81 (or 0x940A81) is unknown color: approx Dark Magenta. HEX triplet: 94, 0A and 81. RGB value is (148,10,129). Sum of RGB (Red+Green+Blue) = 148+10+129=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #940A81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940A81 is #6BF57E. Grayscale: #404040. Windows color (decimal): -7075199 or 8456852. OLE color: 8456852.

HSL color Cylindrical-coordinate representation of color #940A81: hue angle of 308.26º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940A81 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB14810129-
CMYK00.930.130.42
HSL308.26º87.34%30.98%-
HSV(B)308.26º93.24%58.04%-
XYZ16.288.121.47-
YUV64.83164.22187.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.57%
GREEN value IS 10 (4.30% from 255) = 3.48%
BLUE value IS 129 (50.78% from 255) = 44.95%
R=51.57%
G=3.48%
B=44.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481012900.930.130.42308.2687.3430.98
Hex94A8105DD2A134571f
Octal224122010135155246412737
Binary10010100101010000001010111011101101010100110100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940A81; }

 p { color: rgb(148,10,129); }

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

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

 a { background-color: rgb(148,10,129); }

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

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

 span { border-color: rgb(148,10,129); }

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