#92019F

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

Shades of Dark Magenta #92019F

Tints of Dark Magenta #92019F

Color information

#92019F (or 0x92019F) is unknown color: approx Dark Magenta. HEX triplet: 92, 01 and 9F. RGB value is (146,1,159). Sum of RGB (Red+Green+Blue) = 146+1+159=306 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.71% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #92019F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92019F is #6DFE60. Grayscale: #3D3D3D. Windows color (decimal): -7208545 or 10420626. OLE color: 10420626.

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

Color convert

RGB1461159-
CMYK0.080.9900.38
HSL295.06º98.75%31.37%-
HSV(B)295.06º99.37%62.35%-
XYZ18.128.6433.51-
YUV62.37182.54187.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.71%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 159 (62.5% from 255) = 51.96%
R=47.71%
G=0.33%
B=51.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14611590.080.9900.38295.0698.7531.37
Hex9219F863026127631f
Octal22212371014304644714337
Binary10010010110011111100011000110100110100100111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92019F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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