#920FAB

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

Shades of Dark Magenta #920FAB

Tints of Dark Magenta #920FAB

Color information

#920FAB (or 0x920FAB) is unknown color: approx Dark Magenta. HEX triplet: 92, 0F and AB. RGB value is (146,15,171). Sum of RGB (Red+Green+Blue) = 146+15+171=332 (43% of max value = 765). Red value is 146 (57.42% from 255 or 43.98% from 332); Green value is 15 (6.25% from 255 or 4.52% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #920FAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920FAB is #6DF054. Grayscale: #474747. Windows color (decimal): -7204949 or 11210642. OLE color: 11210642.

HSL color Cylindrical-coordinate representation of color #920FAB: hue angle of 290.38º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #920FAB is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14615171-
CMYK0.150.9100.33
HSL290.38º83.87%36.47%-
HSV(B)290.38º91.23%67.06%-
XYZ19.389.3939.32-
YUV71.95183.9180.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.98%
GREEN value IS 15 (6.25% from 255) = 4.52%
BLUE value IS 171 (67.19% from 255) = 51.51%
R=43.98%
G=4.52%
B=51.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146151710.150.9100.33290.3883.8736.47
Hex92FABF5B0211225424
Octal222172531713304144212444
Binary100100101111101010111111101101101000011001000101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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