#920B98

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

Shades of Dark Magenta #920B98

Tints of Dark Magenta #920B98

Color information

#920B98 (or 0x920B98) is unknown color: approx Dark Magenta. HEX triplet: 92, 0B and 98. RGB value is (146,11,152). Sum of RGB (Red+Green+Blue) = 146+11+152=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 152 (59.77% from 255 or 49.19% from 309); Max value from RGB is 152 - color contains mainly: blue. Hex color #920B98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920B98 is #6DF467. Grayscale: #434343. Windows color (decimal): -7205992 or 9964434. OLE color: 9964434.

HSL color Cylindrical-coordinate representation of color #920B98: hue angle of 297.45º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #920B98 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14611152-
CMYK0.040.9300.40
HSL297.45º86.5%31.96%-
HSV(B)297.45º92.76%59.61%-
XYZ17.648.6230.44-
YUV67.44175.73184.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.25%
GREEN value IS 11 (4.69% from 255) = 3.56%
BLUE value IS 152 (59.77% from 255) = 49.19%
R=47.25%
G=3.56%
B=49.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal146111520.040.9300.40297.4586.531.96
Hex92B9845D0281295720
Octal22213230413505045112740
Binary10010010101110011000100101110101010001001010011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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