#930b8b

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

Shades of Dark Magenta #930B8B

Tints of Dark Magenta #930B8B

Color information

#930B8B (or 0x930B8B) is unknown color: approx Dark Magenta. HEX triplet: 93, 0B and 8B. RGB value is (147,11,139). Sum of RGB (Red+Green+Blue) = 147+11+139=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 147 - color contains mainly: red. Hex color #930B8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930B8B is #6CF474. Grayscale: #414141. Windows color (decimal): -7140469 or 9112467. OLE color: 9112467.

HSL color Cylindrical-coordinate representation of color #930B8B: hue angle of 303.53º 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 #930B8B is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14711139-
CMYK00.930.050.42
HSL303.53º86.08%30.98%-
HSV(B)303.53º92.52%57.65%-
XYZ16.818.3125.14-
YUV66.26169.06185.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.49%
GREEN value IS 11 (4.69% from 255) = 3.70%
BLUE value IS 139 (54.69% from 255) = 46.80%
R=49.49%
G=3.70%
B=46.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471113900.930.050.42303.5386.0830.98
Hex93B8B05D52A130561f
Octal22313213013555246012637
Binary1001001110111000101101011101101101010100110000101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930b8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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