#920B90

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

Shades of Dark Magenta #920B90

Tints of Dark Magenta #920B90

Color information

#920B90 (or 0x920B90) is unknown color: approx Dark Magenta. HEX triplet: 92, 0B and 90. RGB value is (146,11,144). Sum of RGB (Red+Green+Blue) = 146+11+144=301 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.50% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 146 - color contains mainly: red. Hex color #920B90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920B90 is #6DF46F. Grayscale: #424242. Windows color (decimal): -7206000 or 9440146. OLE color: 9440146.

HSL color Cylindrical-coordinate representation of color #920B90: hue angle of 300.89º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #920B90 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB14611144-
CMYK00.920.010.43
HSL300.89º85.99%30.78%-
HSV(B)300.89º92.47%57.25%-
XYZ17.018.3627.1-
YUV66.53171.73184.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.50%
GREEN value IS 11 (4.69% from 255) = 3.65%
BLUE value IS 144 (56.64% from 255) = 47.84%
R=48.50%
G=3.65%
B=47.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461114400.920.010.43300.8985.9930.78
Hex92B9005C12B12d561f
Octal22213220013415345512637
Binary10010010101110010000010111001101011100101101101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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