#94038A

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

Shades of Dark Magenta #94038A

Tints of Dark Magenta #94038A

Color information

#94038A (or 0x94038A) is unknown color: approx Dark Magenta. HEX triplet: 94, 03 and 8A. RGB value is (148,3,138). Sum of RGB (Red+Green+Blue) = 148+3+138=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #94038A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94038A is #6BFC75. Grayscale: #3D3D3D. Windows color (decimal): -7076982 or 9044884. OLE color: 9044884.

HSL color Cylindrical-coordinate representation of color #94038A: hue angle of 304.14º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #94038A is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB1483138-
CMYK00.980.070.42
HSL304.14º96.03%29.61%-
HSV(B)304.14º97.97%58.04%-
XYZ16.838.224.74-
YUV61.74171.04189.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.21%
GREEN value IS 3 (1.56% from 255) = 1.04%
BLUE value IS 138 (54.30% from 255) = 47.75%
R=51.21%
G=1.04%
B=47.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148313800.980.070.42304.1496.0329.61
Hex9438A06272A130601e
Octal2243212014275246014036
Binary10010100111000101001100010111101010100110000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94038A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94038A; }

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

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

<style>
 a { background-color: #94038A; }

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

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

<style>
 span { border-color: #94038A; }

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

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