#92129B

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

Shades of Dark Magenta #92129B

Tints of Dark Magenta #92129B

Color information

#92129B (or 0x92129B) is unknown color: approx Dark Magenta. HEX triplet: 92, 12 and 9B. RGB value is (146,18,155). Sum of RGB (Red+Green+Blue) = 146+18+155=319 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.77% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #92129B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92129B is #6DED64. Grayscale: #474747. Windows color (decimal): -7204197 or 10162834. OLE color: 10162834.

HSL color Cylindrical-coordinate representation of color #92129B: hue angle of 296.06º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #92129B is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14618155-
CMYK0.060.8800.39
HSL296.06º79.19%33.92%-
HSV(B)296.06º88.39%60.78%-
XYZ17.998.9131.78-
YUV71.89174.91180.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.77%
GREEN value IS 18 (7.42% from 255) = 5.64%
BLUE value IS 155 (60.94% from 255) = 48.59%
R=45.77%
G=5.64%
B=48.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal146181550.060.8800.39296.0679.1933.92
Hex92129B6580271284f22
Octal22222233613004745011742
Binary100100101001010011011110101100001001111001010001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92129B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92129B; }

 p { color: rgb(146,18,155); }

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

<style>
 a { background-color: #92129B; }

 a { background-color: rgb(146,18,155); }

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

<style>
 span { border-color: #92129B; }

 span { border-color: rgb(146,18,155); }

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