#93029f

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

Shades of Dark Magenta #93029F

Tints of Dark Magenta #93029F

Color information

#93029F (or 0x93029F) is unknown color: approx Dark Magenta. HEX triplet: 93, 02 and 9F. RGB value is (147,2,159). Sum of RGB (Red+Green+Blue) = 147+2+159=308 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.73% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #93029F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93029F is #6CFD60. Grayscale: #3E3E3E. Windows color (decimal): -7142753 or 10420883. OLE color: 10420883.

HSL color Cylindrical-coordinate representation of color #93029F: hue angle of 295.41º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93029F is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1472159-
CMYK0.080.9900.38
HSL295.41º97.52%31.57%-
HSV(B)295.41º98.74%62.35%-
XYZ18.318.7533.52-
YUV63.25182.04187.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.73%
GREEN value IS 2 (1.17% from 255) = 0.65%
BLUE value IS 159 (62.5% from 255) = 51.62%
R=47.73%
G=0.65%
B=51.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14721590.080.9900.38295.4197.5231.57
Hex9329F8630261276220
Octal22322371014304644714240
Binary1001001110100111111000110001101001101001001111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93029f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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