#930BAE

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

Shades of Dark Magenta #930BAE

Tints of Dark Magenta #930BAE

Color information

#930BAE (or 0x930BAE) is unknown color: approx Dark Magenta. HEX triplet: 93, 0B and AE. RGB value is (147,11,174). Sum of RGB (Red+Green+Blue) = 147+11+174=332 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.28% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #930BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930BAE is #6CF451. Grayscale: #454545. Windows color (decimal): -7140434 or 11406227. OLE color: 11406227.

HSL color Cylindrical-coordinate representation of color #930BAE: hue angle of 290.06º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930BAE is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14711174-
CMYK0.160.9400.32
HSL290.06º88.11%36.27%-
HSV(B)290.06º93.68%68.24%-
XYZ19.799.540.83-
YUV70.25186.56182.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.28%
GREEN value IS 11 (4.69% from 255) = 3.31%
BLUE value IS 174 (68.36% from 255) = 52.41%
R=44.28%
G=3.31%
B=52.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal147111740.160.9400.32290.0688.1136.27
Hex93BAE105E0201225824
Octal223132562013604044213044
Binary1001001110111010111010000101111001000001001000101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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