#94008E

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

Shades of Dark Magenta #94008E

Tints of Dark Magenta #94008E

Color information

#94008E (or 0x94008E) is unknown color: approx Dark Magenta. HEX triplet: 94, 00 and 8E. RGB value is (148,0,142). Sum of RGB (Red+Green+Blue) = 148+0+142=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 142 (55.86% from 255 or 48.97% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #94008E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94008E is #6BFF71. Grayscale: #3C3C3C. Windows color (decimal): -7077746 or 9306260. OLE color: 9306260.

HSL color Cylindrical-coordinate representation of color #94008E: hue angle of 302.43º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #94008E is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB1480142-
CMYK010.040.42
HSL302.43º100%29.02%-
HSV(B)302.43º100%58.04%-
XYZ17.18.2526.28-
YUV60.44174.03190.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 142 (55.86% from 255) = 48.97%
R=51.03%
G=0%
B=48.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1480142010.040.42302.4310029.02
Hex9408E06442A12e641d
Octal2240216014445245614435
Binary1001010001000111001100100100101010100101110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94008E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94008E; }

 p { color: rgb(148,0,142); }

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

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

 a { background-color: rgb(148,0,142); }

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

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

 span { border-color: rgb(148,0,142); }

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