#920292

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

Shades of Dark Magenta #920292

Tints of Dark Magenta #920292

Color information

#920292 (or 0x920292) is unknown color: approx Dark Magenta. HEX triplet: 92, 02 and 92. RGB value is (146,2,146). Sum of RGB (Red+Green+Blue) = 146+2+146=294 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.66% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: red, blue. Hex color #920292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920292 is #6DFD6D. Grayscale: #3D3D3D. Windows color (decimal): -7208302 or 9568914. OLE color: 9568914.

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

Color convert

RGB1462146-
CMYK00.9900.43
HSL300º97.3%29.02%-
HSV(B)300º98.63%57.25%-
XYZ17.068.2327.88-
YUV61.47175.71188.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.66%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 146 (57.42% from 255) = 49.66%
R=49.66%
G=0.68%
B=49.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146214600.9900.4330097.329.02
Hex9229206302B12c611d
Octal2222222014305345414135
Binary100100101010010010011000110101011100101100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920292; }

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

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

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

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

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

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

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

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