#930A8B

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

Shades of Dark Magenta #930A8B

Tints of Dark Magenta #930A8B

Color information

#930A8B (or 0x930A8B) is unknown color: approx Dark Magenta. HEX triplet: 93, 0A and 8B. RGB value is (147,10,139). Sum of RGB (Red+Green+Blue) = 147+10+139=296 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.66% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 147 - color contains mainly: red. Hex color #930A8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930A8B is #6CF574. Grayscale: #414141. Windows color (decimal): -7140725 or 9112211. OLE color: 9112211.

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

Color convert

RGB14710139-
CMYK00.930.050.42
HSL303.5º87.26%30.78%-
HSV(B)303.5º93.2%57.65%-
XYZ16.88.2825.14-
YUV65.67169.39186.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.66%
GREEN value IS 10 (4.30% from 255) = 3.38%
BLUE value IS 139 (54.69% from 255) = 46.96%
R=49.66%
G=3.38%
B=46.96%

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
Decimal1471013900.930.050.42303.587.2630.78
Hex93A8B05D52A130571f
Octal22312213013555246012737
Binary1001001110101000101101011101101101010100110000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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