#921494

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

Shades of Dark Magenta #921494

Tints of Dark Magenta #921494

Color information

#921494 (or 0x921494) is unknown color: approx Dark Magenta. HEX triplet: 92, 14 and 94. RGB value is (146,20,148). Sum of RGB (Red+Green+Blue) = 146+20+148=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #921494 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921494 is #6DEB6B. Grayscale: #474747. Windows color (decimal): -7203692 or 9704594. OLE color: 9704594.

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

Color convert

RGB14620148-
CMYK0.010.8600.42
HSL299.06º76.19%32.94%-
HSV(B)299.06º86.49%58.04%-
XYZ17.458.7528.79-
YUV72.27170.74180.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.50%
GREEN value IS 20 (8.20% from 255) = 6.37%
BLUE value IS 148 (58.20% from 255) = 47.13%
R=46.50%
G=6.37%
B=47.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal146201480.010.8600.42299.0676.1932.94
Hex92149415602A12b4c21
Octal22224224112605245311441
Binary1001001010100100101001101011001010101001010111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921494; }

 p { color: rgb(146,20,148); }

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

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

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

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

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

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

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