#94009F

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

Shades of Dark Magenta #94009F

Tints of Dark Magenta #94009F

Color information

#94009F (or 0x94009F) is unknown color: approx Dark Magenta. HEX triplet: 94, 00 and 9F. RGB value is (148,0,159). Sum of RGB (Red+Green+Blue) = 148+0+159=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #94009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94009F is #6BFF60. Grayscale: #3D3D3D. Windows color (decimal): -7077729 or 10420372. OLE color: 10420372.

HSL color Cylindrical-coordinate representation of color #94009F: hue angle of 295.85º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #94009F is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1480159-
CMYK0.07100.38
HSL295.85º100%31.18%-
HSV(B)295.85º100%62.35%-
XYZ18.478.833.53-
YUV62.38182.53189.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 51.79%
R=48.21%
G=0%
B=51.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14801590.07100.38295.8510031.18
Hex9409F764026128641f
Octal2240237714404645014437
Binary1001010001001111111111001000100110100101000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94009F; }

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

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

<style>
 a { background-color: #94009F; }

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

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

<style>
 span { border-color: #94009F; }

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

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