#92038B

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

Shades of Dark Magenta #92038B

Tints of Dark Magenta #92038B

Color information

#92038B (or 0x92038B) is unknown color: approx Dark Magenta. HEX triplet: 92, 03 and 8B. RGB value is (146,3,139). Sum of RGB (Red+Green+Blue) = 146+3+139=288 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.69% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 146 - color contains mainly: red. Hex color #92038B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92038B is #6DFC74. Grayscale: #3C3C3C. Windows color (decimal): -7208053 or 9110418. OLE color: 9110418.

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

Color convert

RGB1463139-
CMYK00.980.050.43
HSL302.94º95.97%29.22%-
HSV(B)302.94º97.95%57.25%-
XYZ16.558.0425.11-
YUV61.26171.88188.44-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.69%
GREEN value IS 3 (1.56% from 255) = 1.04%
BLUE value IS 139 (54.69% from 255) = 48.26%
R=50.69%
G=1.04%
B=48.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146313900.980.050.43302.9495.9729.22
Hex9238B06252B12f601d
Octal2223213014255345714035
Binary10010010111000101101100010101101011100101111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92038B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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