#921D94

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

Shades of Dark Magenta #921D94

Tints of Dark Magenta #921D94

Color information

#921D94 (or 0x921D94) is unknown color: approx Dark Magenta. HEX triplet: 92, 1D and 94. RGB value is (146,29,148). Sum of RGB (Red+Green+Blue) = 146+29+148=323 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.20% from 323); Green value is 29 (11.72% from 255 or 8.98% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 148 - color contains mainly: blue. Hex color #921D94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921D94 is #6DE26B. Grayscale: #4D4D4D. Windows color (decimal): -7201388 or 9706898. OLE color: 9706898.

HSL color Cylindrical-coordinate representation of color #921D94: hue angle of 298.99º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #921D94 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14629148-
CMYK0.010.8000.42
HSL298.99º67.23%34.71%-
HSV(B)298.99º80.41%58.04%-
XYZ17.649.1328.85-
YUV77.55167.76176.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.20%
GREEN value IS 29 (11.72% from 255) = 8.98%
BLUE value IS 148 (58.20% from 255) = 45.82%
R=45.20%
G=8.98%
B=45.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal146291480.010.8000.42298.9967.2334.71
Hex921D9415002A12b4323
Octal22235224112005245310343
Binary1001001011101100101001101000001010101001010111000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921D94; }

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

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

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

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

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

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

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

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