#92119C

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

Shades of Dark Magenta #92119C

Tints of Dark Magenta #92119C

Color information

#92119C (or 0x92119C) is unknown color: approx Dark Magenta. HEX triplet: 92, 11 and 9C. RGB value is (146,17,156). Sum of RGB (Red+Green+Blue) = 146+17+156=319 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.77% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #92119C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92119C is #6DEE63. Grayscale: #464646. Windows color (decimal): -7204452 or 10228114. OLE color: 10228114.

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

Color convert

RGB14617156-
CMYK0.060.8900.39
HSL295.68º80.35%33.92%-
HSV(B)295.68º89.1%61.18%-
XYZ18.068.9132.22-
YUV71.42175.74181.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.77%
GREEN value IS 17 (7.03% from 255) = 5.33%
BLUE value IS 156 (61.33% from 255) = 48.90%
R=45.77%
G=5.33%
B=48.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal146171560.060.8900.39295.6880.3533.92
Hex92119C6590271285022
Octal22221234613104745012042
Binary100100101000110011100110101100101001111001010001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92119C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92119C; }

 p { color: rgb(146,17,156); }

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

<style>
 a { background-color: #92119C; }

 a { background-color: rgb(146,17,156); }

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

<style>
 span { border-color: #92119C; }

 span { border-color: rgb(146,17,156); }

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