#93109B

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

Shades of Dark Magenta #93109B

Tints of Dark Magenta #93109B

Color information

#93109B (or 0x93109B) is unknown color: approx Dark Magenta. HEX triplet: 93, 10 and 9B. RGB value is (147,16,155). Sum of RGB (Red+Green+Blue) = 147+16+155=318 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.23% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #93109B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93109B is #6CEF64. Grayscale: #464646. Windows color (decimal): -7139173 or 10162323. OLE color: 10162323.

HSL color Cylindrical-coordinate representation of color #93109B: hue angle of 296.55º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93109B is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14716155-
CMYK0.050.9000.39
HSL296.55º81.29%33.53%-
HSV(B)296.55º89.68%60.78%-
XYZ18.138.9431.78-
YUV71.02175.4182.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.23%
GREEN value IS 16 (6.64% from 255) = 5.03%
BLUE value IS 155 (60.94% from 255) = 48.74%
R=46.23%
G=5.03%
B=48.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal147161550.050.9000.39296.5581.2933.53
Hex93109B55A0271295122
Octal22320233513204745112142
Binary100100111000010011011101101101001001111001010011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93109B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93109B; }

 p { color: rgb(147,16,155); }

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

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

 a { background-color: rgb(147,16,155); }

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

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

 span { border-color: rgb(147,16,155); }

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