#92087B

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

Shades of Dark Magenta #92087B

Tints of Dark Magenta #92087B

Color information

#92087B (or 0x92087B) is unknown color: approx Dark Magenta. HEX triplet: 92, 08 and 7B. RGB value is (146,8,123). Sum of RGB (Red+Green+Blue) = 146+8+123=277 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.71% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 146 - color contains mainly: red. Hex color #92087B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92087B is #6DF784. Grayscale: #3E3E3E. Windows color (decimal): -7206789 or 8063122. OLE color: 8063122.

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

Color convert

RGB1468123-
CMYK00.950.160.43
HSL310º89.61%30.2%-
HSV(B)310º94.52%57.25%-
XYZ15.527.7119.41-
YUV62.37162.22187.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.71%
GREEN value IS 8 (3.52% from 255) = 2.89%
BLUE value IS 123 (48.44% from 255) = 44.40%
R=52.71%
G=2.89%
B=44.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146812300.950.160.4331089.6130.2
Hex9287B05F102B1365a1e
Octal222101730137205346613236
Binary10010010100011110110101111110000101011100110110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92087B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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