#940B98

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

Shades of Dark Magenta #940B98

Tints of Dark Magenta #940B98

Color information

#940B98 (or 0x940B98) is unknown color: approx Dark Magenta. HEX triplet: 94, 0B and 98. RGB value is (148,11,152). Sum of RGB (Red+Green+Blue) = 148+11+152=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 152 (59.77% from 255 or 48.87% from 311); Max value from RGB is 152 - color contains mainly: blue. Hex color #940B98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940B98 is #6BF467. Grayscale: #434343. Windows color (decimal): -7074920 or 9964436. OLE color: 9964436.

HSL color Cylindrical-coordinate representation of color #940B98: hue angle of 298.3º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940B98 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14811152-
CMYK0.030.9300.40
HSL298.3º86.5%31.96%-
HSV(B)298.3º92.76%59.61%-
XYZ188.830.46-
YUV68.04175.39185.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.59%
GREEN value IS 11 (4.69% from 255) = 3.54%
BLUE value IS 152 (59.77% from 255) = 48.87%
R=47.59%
G=3.54%
B=48.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal148111520.030.9300.40298.386.531.96
Hex94B9835D02812a5720
Octal22413230313505045212740
Binary1001010010111001100011101110101010001001010101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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