#92018E

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

Shades of Dark Magenta #92018E

Tints of Dark Magenta #92018E

Color information

#92018E (or 0x92018E) is unknown color: approx Dark Magenta. HEX triplet: 92, 01 and 8E. RGB value is (146,1,142). Sum of RGB (Red+Green+Blue) = 146+1+142=289 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.52% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 146 - color contains mainly: red. Hex color #92018E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92018E is #6DFE71. Grayscale: #3C3C3C. Windows color (decimal): -7208562 or 9306514. OLE color: 9306514.

HSL color Cylindrical-coordinate representation of color #92018E: hue angle of 301.66º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92018E is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB1461142-
CMYK00.990.030.43
HSL301.66º98.64%28.82%-
HSV(B)301.66º99.32%57.25%-
XYZ16.758.0926.27-
YUV60.43174.04189.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.52%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 142 (55.86% from 255) = 49.13%
R=50.52%
G=0.35%
B=49.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146114200.990.030.43301.6698.6428.82
Hex9218E06332B12e631d
Octal2221216014335345614335
Binary100100101100011100110001111101011100101110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92018E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92018E; }

 p { color: rgb(146,1,142); }

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

<style>
 a { background-color: #92018E; }

 a { background-color: rgb(146,1,142); }

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

<style>
 span { border-color: #92018E; }

 span { border-color: rgb(146,1,142); }

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