#92037A

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

Shades of Dark Magenta #92037A

Tints of Dark Magenta #92037A

Color information

#92037A (or 0x92037A) is unknown color: approx Dark Magenta. HEX triplet: 92, 03 and 7A. RGB value is (146,3,122). Sum of RGB (Red+Green+Blue) = 146+3+122=271 (35% of max value = 765). Red value is 146 (57.42% from 255 or 53.87% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 122 (48.05% from 255 or 45.02% from 271); Max value from RGB is 146 - color contains mainly: red. Hex color #92037A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92037A is #6DFC85. Grayscale: #3A3A3A. Windows color (decimal): -7208070 or 7996306. OLE color: 7996306.

HSL color Cylindrical-coordinate representation of color #92037A: hue angle of 310.07º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #92037A is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB1463122-
CMYK00.980.160.43
HSL310.07º95.97%29.22%-
HSV(B)310.07º97.95%57.25%-
XYZ15.47.5819.06-
YUV59.32163.38189.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.87%
GREEN value IS 3 (1.56% from 255) = 1.11%
BLUE value IS 122 (48.05% from 255) = 45.02%
R=53.87%
G=1.11%
B=45.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146312200.980.160.43310.0795.9729.22
Hex9237A062102B136601d
Octal22231720142205346614035
Binary100100101111110100110001010000101011100110110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92037A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92037A; }

 p { color: rgb(146,3,122); }

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

<style>
 a { background-color: #92037A; }

 a { background-color: rgb(146,3,122); }

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

<style>
 span { border-color: #92037A; }

 span { border-color: rgb(146,3,122); }

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