#920293

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

Shades of Dark Magenta #920293

Tints of Dark Magenta #920293

Color information

#920293 (or 0x920293) is unknown color: approx Dark Magenta. HEX triplet: 92, 02 and 93. RGB value is (146,2,147). Sum of RGB (Red+Green+Blue) = 146+2+147=295 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.49% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #920293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920293 is #6DFD6C. Grayscale: #3D3D3D. Windows color (decimal): -7208301 or 9634450. OLE color: 9634450.

HSL color Cylindrical-coordinate representation of color #920293: hue angle of 299.59º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #920293 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1462147-
CMYK0.010.9900.42
HSL299.59º97.32%29.22%-
HSV(B)299.59º98.64%57.65%-
XYZ17.148.2628.29-
YUV61.59176.21188.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.49%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 147 (57.81% from 255) = 49.83%
R=49.49%
G=0.68%
B=49.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14621470.010.9900.42299.5997.3229.22
Hex9229316302A12c611d
Octal2222223114305245414135
Binary100100101010010011111000110101010100101100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920293; }

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

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

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

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

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

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

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

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