#921393

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

Shades of Dark Magenta #921393

Tints of Dark Magenta #921393

Color information

#921393 (or 0x921393) is unknown color: approx Dark Magenta. HEX triplet: 92, 13 and 93. RGB value is (146,19,147). Sum of RGB (Red+Green+Blue) = 146+19+147=312 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.79% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #921393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921393 is #6DEC6C. Grayscale: #474747. Windows color (decimal): -7203949 or 9638802. OLE color: 9638802.

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

Color convert

RGB14619147-
CMYK0.010.8700.42
HSL299.53º77.11%32.55%-
HSV(B)299.53º87.07%57.65%-
XYZ17.358.6828.37-
YUV71.56170.58181.09-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.79%
GREEN value IS 19 (7.81% from 255) = 6.09%
BLUE value IS 147 (57.81% from 255) = 47.12%
R=46.79%
G=6.09%
B=47.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal146191470.010.8700.42299.5377.1132.55
Hex92139315702A12c4d21
Octal22223223112705245411541
Binary1001001010011100100111101011101010101001011001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921393; }

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

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

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

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

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

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

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

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