#930BAB

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

Shades of Dark Magenta #930BAB

Tints of Dark Magenta #930BAB

Color information

#930BAB (or 0x930BAB) is unknown color: approx Dark Magenta. HEX triplet: 93, 0B and AB. RGB value is (147,11,171). Sum of RGB (Red+Green+Blue) = 147+11+171=329 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.68% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #930BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930BAB is #6CF454. Grayscale: #454545. Windows color (decimal): -7140437 or 11209619. OLE color: 11209619.

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

Color convert

RGB14711171-
CMYK0.140.9400.33
HSL291º87.91%35.69%-
HSV(B)291º93.57%67.06%-
XYZ19.59.3839.31-
YUV69.9185.06182.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.68%
GREEN value IS 11 (4.69% from 255) = 3.34%
BLUE value IS 171 (67.19% from 255) = 51.98%
R=44.68%
G=3.34%
B=51.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147111710.140.9400.3329187.9135.69
Hex93BABE5E0211235824
Octal223132531613604144313044
Binary100100111011101010111110101111001000011001000111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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