#921893

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

Shades of Dark Magenta #921893

Tints of Dark Magenta #921893

Color information

#921893 (or 0x921893) is unknown color: approx Dark Magenta. HEX triplet: 92, 18 and 93. RGB value is (146,24,147). Sum of RGB (Red+Green+Blue) = 146+24+147=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 147 - color contains mainly: blue. Hex color #921893 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921893 is #6DE76C. Grayscale: #4A4A4A. Windows color (decimal): -7202669 or 9640082. OLE color: 9640082.

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

Color convert

RGB14624147-
CMYK0.010.8400.42
HSL299.51º71.93%33.53%-
HSV(B)299.51º83.67%57.65%-
XYZ17.458.8728.4-
YUV74.5168.92179-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.06%
GREEN value IS 24 (9.77% from 255) = 7.57%
BLUE value IS 147 (57.81% from 255) = 46.37%
R=46.06%
G=7.57%
B=46.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal146241470.010.8400.42299.5171.9333.53
Hex92189315402A12c4822
Octal22230223112405245411042
Binary1001001011000100100111101010001010101001011001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921893; }

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

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

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

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

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

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

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

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