#92098D

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

Shades of Dark Magenta #92098D

Tints of Dark Magenta #92098D

Color information

#92098D (or 0x92098D) is unknown color: approx Dark Magenta. HEX triplet: 92, 09 and 8D. RGB value is (146,9,141). Sum of RGB (Red+Green+Blue) = 146+9+141=296 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.32% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 146 - color contains mainly: red. Hex color #92098D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92098D is #6DF672. Grayscale: #404040. Windows color (decimal): -7206515 or 9243026. OLE color: 9243026.

HSL color Cylindrical-coordinate representation of color #92098D: hue angle of 302.19º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #92098D is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB1469141-
CMYK00.940.030.43
HSL302.19º88.39%30.39%-
HSV(B)302.19º93.84%57.25%-
XYZ16.768.2325.9-
YUV65.01170.89185.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.32%
GREEN value IS 9 (3.91% from 255) = 3.04%
BLUE value IS 141 (55.47% from 255) = 47.64%
R=49.32%
G=3.04%
B=47.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146914100.940.030.43302.1988.3930.39
Hex9298D05E32B12e581e
Octal22211215013635345613036
Binary100100101001100011010101111011101011100101110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92098D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92098D; }

 p { color: rgb(146,9,141); }

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

<style>
 a { background-color: #92098D; }

 a { background-color: rgb(146,9,141); }

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

<style>
 span { border-color: #92098D; }

 span { border-color: rgb(146,9,141); }

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