#940b8a

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

Shades of Dark Magenta #940B8A

Tints of Dark Magenta #940B8A

Color information

#940B8A (or 0x940B8A) is unknown color: approx Dark Magenta. HEX triplet: 94, 0B and 8A. RGB value is (148,11,138). Sum of RGB (Red+Green+Blue) = 148+11+138=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #940B8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940B8A is #6BF475. Grayscale: #424242. Windows color (decimal): -7074934 or 9046932. OLE color: 9046932.

HSL color Cylindrical-coordinate representation of color #940B8A: hue angle of 304.38º degrees, saturation: 0.86, 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 #940B8A is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14811138-
CMYK00.930.070.42
HSL304.38º86.16%31.18%-
HSV(B)304.38º92.57%58.04%-
XYZ16.928.3724.77-
YUV66.44168.39186.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.83%
GREEN value IS 11 (4.69% from 255) = 3.70%
BLUE value IS 138 (54.30% from 255) = 46.46%
R=49.83%
G=3.70%
B=46.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481113800.930.070.42304.3886.1631.18
Hex94B8A05D72A130561f
Octal22413212013575246012637
Binary1001010010111000101001011101111101010100110000101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940b8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,11,138); }

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

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

 a { background-color: rgb(148,11,138); }

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

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

 span { border-color: rgb(148,11,138); }

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