#930998

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

Shades of Dark Magenta #930998

Tints of Dark Magenta #930998

Color information

#930998 (or 0x930998) is unknown color: approx Dark Magenta. HEX triplet: 93, 09 and 98. RGB value is (147,9,152). Sum of RGB (Red+Green+Blue) = 147+9+152=308 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.73% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 152 (59.77% from 255 or 49.35% from 308); Max value from RGB is 152 - color contains mainly: blue. Hex color #930998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930998 is #6CF667. Grayscale: #424242. Windows color (decimal): -7140968 or 9963923. OLE color: 9963923.

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

Color convert

RGB1479152-
CMYK0.030.9400.40
HSL297.9º88.82%31.57%-
HSV(B)297.9º94.08%59.61%-
XYZ17.88.6730.44-
YUV66.56176.22185.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.73%
GREEN value IS 9 (3.91% from 255) = 2.92%
BLUE value IS 152 (59.77% from 255) = 49.35%
R=47.73%
G=2.92%
B=49.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal14791520.030.9400.40297.988.8231.57
Hex9399835E02812a5920
Octal22311230313605045213140
Binary1001001110011001100011101111001010001001010101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930998; }

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

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

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

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

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

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

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

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