#94029D

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

Shades of Dark Magenta #94029D

Tints of Dark Magenta #94029D

Color information

#94029D (or 0x94029D) is unknown color: approx Dark Magenta. HEX triplet: 94, 02 and 9D. RGB value is (148,2,157). Sum of RGB (Red+Green+Blue) = 148+2+157=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #94029D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94029D is #6BFD62. Grayscale: #3E3E3E. Windows color (decimal): -7077219 or 10289812. OLE color: 10289812.

HSL color Cylindrical-coordinate representation of color #94029D: hue angle of 296.52º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94029D is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1482157-
CMYK0.060.9900.38
HSL296.52º97.48%31.18%-
HSV(B)296.52º98.73%61.57%-
XYZ18.328.7732.63-
YUV63.32180.87188.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.21%
GREEN value IS 2 (1.17% from 255) = 0.65%
BLUE value IS 157 (61.72% from 255) = 51.14%
R=48.21%
G=0.65%
B=51.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14821570.060.9900.38296.5297.4831.18
Hex9429D663026129611f
Octal2242235614304645114137
Binary10010100101001110111011000110100110100101001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94029D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94029D; }

 p { color: rgb(148,2,157); }

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

<style>
 a { background-color: #94029D; }

 a { background-color: rgb(148,2,157); }

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

<style>
 span { border-color: #94029D; }

 span { border-color: rgb(148,2,157); }

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