#92028F

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

Shades of Dark Magenta #92028F

Tints of Dark Magenta #92028F

Color information

#92028F (or 0x92028F) is unknown color: approx Dark Magenta. HEX triplet: 92, 02 and 8F. RGB value is (146,2,143). Sum of RGB (Red+Green+Blue) = 146+2+143=291 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.17% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 143 (56.25% from 255 or 49.14% from 291); Max value from RGB is 146 - color contains mainly: red. Hex color #92028F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92028F is #6DFD70. Grayscale: #3C3C3C. Windows color (decimal): -7208305 or 9372306. OLE color: 9372306.

HSL color Cylindrical-coordinate representation of color #92028F: hue angle of 301.25º 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 #92028F is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB1462143-
CMYK00.990.020.43
HSL301.25º97.3%29.02%-
HSV(B)301.25º98.63%57.25%-
XYZ16.838.1426.67-
YUV61.13174.21188.54-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.17%
GREEN value IS 2 (1.17% from 255) = 0.69%
BLUE value IS 143 (56.25% from 255) = 49.14%
R=50.17%
G=0.69%
B=49.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146214300.990.020.43301.2597.329.02
Hex9228F06322B12d611d
Octal2222217014325345514135
Binary1001001010100011110110001110101011100101101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92028F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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