#92028A

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

Shades of Dark Magenta #92028A

Tints of Dark Magenta #92028A

Color information

#92028A (or 0x92028A) is unknown color: approx Dark Magenta. HEX triplet: 92, 02 and 8A. RGB value is (146,2,138). Sum of RGB (Red+Green+Blue) = 146+2+138=286 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.05% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 146 - color contains mainly: red. Hex color #92028A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92028A is #6DFD75. Grayscale: #3C3C3C. Windows color (decimal): -7208310 or 9044626. OLE color: 9044626.

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

Color convert

RGB1462138-
CMYK00.990.050.43
HSL303.33º97.3%29.02%-
HSV(B)303.33º98.63%57.25%-
XYZ16.467.9924.72-
YUV60.56171.71188.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.05%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 138 (54.30% from 255) = 48.25%
R=51.05%
G=0.70%
B=48.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146213800.990.050.43303.3397.329.02
Hex9228A06352B12f611d
Octal2222212014355345714135
Binary10010010101000101001100011101101011100101111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92028A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,2,138); }

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

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

 a { background-color: rgb(146,2,138); }

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

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

 span { border-color: rgb(146,2,138); }

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