#920BAB

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

Shades of Dark Magenta #920BAB

Tints of Dark Magenta #920BAB

Color information

#920BAB (or 0x920BAB) is unknown color: approx Dark Magenta. HEX triplet: 92, 0B and AB. RGB value is (146,11,171). Sum of RGB (Red+Green+Blue) = 146+11+171=328 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.51% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #920BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920BAB is #6DF454. Grayscale: #454545. Windows color (decimal): -7205973 or 11209618. OLE color: 11209618.

HSL color Cylindrical-coordinate representation of color #920BAB: hue angle of 290.62º 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 #920BAB is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14611171-
CMYK0.150.9400.33
HSL290.62º87.91%35.69%-
HSV(B)290.62º93.57%67.06%-
XYZ19.329.2939.3-
YUV69.6185.23182.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.51%
GREEN value IS 11 (4.69% from 255) = 3.35%
BLUE value IS 171 (67.19% from 255) = 52.13%
R=44.51%
G=3.35%
B=52.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146111710.150.9400.33290.6287.9135.69
Hex92BABF5E0211235824
Octal222132531713604144313044
Binary100100101011101010111111101111001000011001000111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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