#920296

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

Shades of Dark Magenta #920296

Tints of Dark Magenta #920296

Color information

#920296 (or 0x920296) is unknown color: approx Dark Magenta. HEX triplet: 92, 02 and 96. RGB value is (146,2,150). Sum of RGB (Red+Green+Blue) = 146+2+150=298 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.99% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 150 (58.98% from 255 or 50.34% from 298); Max value from RGB is 150 - color contains mainly: blue. Hex color #920296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920296 is #6DFD69. Grayscale: #3D3D3D. Windows color (decimal): -7208298 or 9831058. OLE color: 9831058.

HSL color Cylindrical-coordinate representation of color #920296: hue angle of 298.38º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #920296 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1462150-
CMYK0.030.9900.41
HSL298.38º97.37%29.8%-
HSV(B)298.38º98.67%58.82%-
XYZ17.388.3629.55-
YUV61.93177.71187.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.99%
GREEN value IS 2 (1.17% from 255) = 0.67%
BLUE value IS 150 (58.98% from 255) = 50.34%
R=48.99%
G=0.67%
B=50.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14621500.030.9900.41298.3897.3729.8
Hex9229636302912a611e
Octal2222226314305145214136
Binary1001001010100101101111000110101001100101010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920296; }

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

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

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

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

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

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

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

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