#92079F

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

Shades of Dark Magenta #92079F

Tints of Dark Magenta #92079F

Color information

#92079F (or 0x92079F) is unknown color: approx Dark Magenta. HEX triplet: 92, 07 and 9F. RGB value is (146,7,159). Sum of RGB (Red+Green+Blue) = 146+7+159=312 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.79% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #92079F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92079F is #6DF860. Grayscale: #414141. Windows color (decimal): -7207009 or 10422162. OLE color: 10422162.

HSL color Cylindrical-coordinate representation of color #92079F: hue angle of 294.87º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #92079F is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1467159-
CMYK0.080.9600.38
HSL294.87º91.57%32.55%-
HSV(B)294.87º95.6%62.35%-
XYZ18.198.7733.53-
YUV65.89180.55185.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.79%
GREEN value IS 7 (3.12% from 255) = 2.24%
BLUE value IS 159 (62.5% from 255) = 50.96%
R=46.79%
G=2.24%
B=50.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14671590.080.9600.38294.8791.5732.55
Hex9279F8600261275c21
Octal22272371014004644713441
Binary10010010111100111111000110000001001101001001111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92079F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,7,159); }

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

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

 a { background-color: rgb(146,7,159); }

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

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

 span { border-color: rgb(146,7,159); }

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