#94019B

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

Shades of Dark Magenta #94019B

Tints of Dark Magenta #94019B

Color information

#94019B (or 0x94019B) is unknown color: approx Dark Magenta. HEX triplet: 94, 01 and 9B. RGB value is (148,1,155). Sum of RGB (Red+Green+Blue) = 148+1+155=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #94019B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94019B is #6BFE64. Grayscale: #3E3E3E. Windows color (decimal): -7077477 or 10158484. OLE color: 10158484.

HSL color Cylindrical-coordinate representation of color #94019B: hue angle of 297.27º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94019B is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1481155-
CMYK0.050.9900.39
HSL297.27º98.72%30.59%-
HSV(B)297.27º99.35%60.78%-
XYZ18.148.6831.73-
YUV62.51180.2188.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.68%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 155 (60.94% from 255) = 50.99%
R=48.68%
G=0.33%
B=50.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14811550.050.9900.39297.2798.7230.59
Hex9419B563027129631f
Octal2241233514304745114337
Binary1001010011001101110111000110100111100101001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94019B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94019B; }

 p { color: rgb(148,1,155); }

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

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

 a { background-color: rgb(148,1,155); }

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

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

 span { border-color: rgb(148,1,155); }

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