#92027E

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

Shades of Dark Magenta #92027E

Tints of Dark Magenta #92027E

Color information

#92027E (or 0x92027E) is unknown color: approx Dark Magenta. HEX triplet: 92, 02 and 7E. RGB value is (146,2,126). Sum of RGB (Red+Green+Blue) = 146+2+126=274 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.28% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 126 (49.61% from 255 or 45.99% from 274); Max value from RGB is 146 - color contains mainly: red. Hex color #92027E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92027E is #6DFD81. Grayscale: #3A3A3A. Windows color (decimal): -7208322 or 8258194. OLE color: 8258194.

HSL color Cylindrical-coordinate representation of color #92027E: hue angle of 308.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 #92027E is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB1462126-
CMYK00.990.140.43
HSL308.33º97.3%29.02%-
HSV(B)308.33º98.63%57.25%-
XYZ15.647.6620.39-
YUV59.19165.71189.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.28%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 126 (49.61% from 255) = 45.99%
R=53.28%
G=0.73%
B=45.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146212600.990.140.43308.3397.329.02
Hex9227E063E2B134611d
Octal22221760143165346414135
Binary10010010101111110011000111110101011100110100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92027E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92027E; }

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

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

<style>
 a { background-color: #92027E; }

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

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

<style>
 span { border-color: #92027E; }

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

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