#930B8D

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

Shades of Dark Magenta #930B8D

Tints of Dark Magenta #930B8D

Color information

#930B8D (or 0x930B8D) is unknown color: approx Dark Magenta. HEX triplet: 93, 0B and 8D. RGB value is (147,11,141). Sum of RGB (Red+Green+Blue) = 147+11+141=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #930B8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930B8D is #6CF472. Grayscale: #424242. Windows color (decimal): -7140467 or 9243539. OLE color: 9243539.

HSL color Cylindrical-coordinate representation of color #930B8D: hue angle of 302.65º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930B8D is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB14711141-
CMYK00.930.040.42
HSL302.65º86.08%30.98%-
HSV(B)302.65º92.52%57.65%-
XYZ16.968.3725.92-
YUV66.48170.06185.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.16%
GREEN value IS 11 (4.69% from 255) = 3.68%
BLUE value IS 141 (55.47% from 255) = 47.16%
R=49.16%
G=3.68%
B=47.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471114100.930.040.42302.6586.0830.98
Hex93B8D05D42A12f561f
Octal22313215013545245712637
Binary1001001110111000110101011101100101010100101111101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,11,141); }

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

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

 a { background-color: rgb(147,11,141); }

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

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

 span { border-color: rgb(147,11,141); }

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