#93029E

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

Shades of Dark Magenta #93029E

Tints of Dark Magenta #93029E

Color information

#93029E (or 0x93029E) is unknown color: approx Dark Magenta. HEX triplet: 93, 02 and 9E. RGB value is (147,2,158). Sum of RGB (Red+Green+Blue) = 147+2+158=307 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.88% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #93029E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93029E is #6CFD61. Grayscale: #3E3E3E. Windows color (decimal): -7142754 or 10355347. OLE color: 10355347.

HSL color Cylindrical-coordinate representation of color #93029E: hue angle of 295.77º degrees, saturation: 0.98, 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 #93029E is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1472158-
CMYK0.070.9900.38
HSL295.77º97.5%31.37%-
HSV(B)295.77º98.73%61.96%-
XYZ18.238.7233.07-
YUV63.14181.54187.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.88%
GREEN value IS 2 (1.17% from 255) = 0.65%
BLUE value IS 158 (62.11% from 255) = 51.47%
R=47.88%
G=0.65%
B=51.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14721580.070.9900.38295.7797.531.37
Hex9329E763026128621f
Octal2232236714304645014237
Binary10010011101001111011111000110100110100101000110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93029E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,2,158); }

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

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

 a { background-color: rgb(147,2,158); }

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

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

 span { border-color: rgb(147,2,158); }

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