#92087E

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

Shades of Dark Magenta #92087E

Tints of Dark Magenta #92087E

Color information

#92087E (or 0x92087E) is unknown color: approx Dark Magenta. HEX triplet: 92, 08 and 7E. RGB value is (146,8,126). Sum of RGB (Red+Green+Blue) = 146+8+126=280 (37% of max value = 765). Red value is 146 (57.42% from 255 or 52.14% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 146 - color contains mainly: red. Hex color #92087E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92087E is #6DF781. Grayscale: #3E3E3E. Windows color (decimal): -7206786 or 8259730. OLE color: 8259730.

HSL color Cylindrical-coordinate representation of color #92087E: hue angle of 308.7º 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 #92087E is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB1468126-
CMYK00.950.140.43
HSL308.7º89.61%30.2%-
HSV(B)308.7º94.52%57.25%-
XYZ15.717.7920.41-
YUV62.71163.72187.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.14%
GREEN value IS 8 (3.52% from 255) = 2.86%
BLUE value IS 126 (49.61% from 255) = 45%
R=52.14%
G=2.86%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146812600.950.140.43308.789.6130.2
Hex9287E05FE2B1355a1e
Octal222101760137165346513236
Binary1001001010001111110010111111110101011100110101101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92087E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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