#930D98

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

Shades of Dark Magenta #930D98

Tints of Dark Magenta #930D98

Color information

#930D98 (or 0x930D98) is unknown color: approx Dark Magenta. HEX triplet: 93, 0D and 98. RGB value is (147,13,152). Sum of RGB (Red+Green+Blue) = 147+13+152=312 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.12% from 312); Green value is 13 (5.47% from 255 or 4.17% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 152 - color contains mainly: blue. Hex color #930D98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930D98 is #6CF267. Grayscale: #444444. Windows color (decimal): -7139944 or 9964947. OLE color: 9964947.

HSL color Cylindrical-coordinate representation of color #930D98: hue angle of 297.84º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #930D98 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14713152-
CMYK0.030.9100.40
HSL297.84º84.24%32.35%-
HSV(B)297.84º91.45%59.61%-
XYZ17.848.7630.46-
YUV68.91174.89183.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.12%
GREEN value IS 13 (5.47% from 255) = 4.17%
BLUE value IS 152 (59.77% from 255) = 48.72%
R=47.12%
G=4.17%
B=48.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal147131520.030.9100.40297.8484.2432.35
Hex93D9835B02812a5420
Octal22315230313305045212440
Binary1001001111011001100011101101101010001001010101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930D98; }

 p { color: rgb(147,13,152); }

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

<style>
 a { background-color: #930D98; }

 a { background-color: rgb(147,13,152); }

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

<style>
 span { border-color: #930D98; }

 span { border-color: rgb(147,13,152); }

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