#92088E

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

Shades of Dark Magenta #92088E

Tints of Dark Magenta #92088E

Color information

#92088E (or 0x92088E) is unknown color: approx Dark Magenta. HEX triplet: 92, 08 and 8E. RGB value is (146,8,142). Sum of RGB (Red+Green+Blue) = 146+8+142=296 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.32% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 146 - color contains mainly: red. Hex color #92088E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92088E is #6DF771. Grayscale: #404040. Windows color (decimal): -7206770 or 9308306. OLE color: 9308306.

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

Color convert

RGB1468142-
CMYK00.950.030.43
HSL301.74º89.61%30.2%-
HSV(B)301.74º94.52%57.25%-
XYZ16.828.2426.29-
YUV64.54171.72186.1-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.32%
GREEN value IS 8 (3.52% from 255) = 2.70%
BLUE value IS 142 (55.86% from 255) = 47.97%
R=49.32%
G=2.70%
B=47.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146814200.950.030.43301.7489.6130.2
Hex9288E05F32B12e5a1e
Octal22210216013735345613236
Binary100100101000100011100101111111101011100101110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92088E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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