#921D96

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

Shades of Dark Magenta #921D96

Tints of Dark Magenta #921D96

Color information

#921D96 (or 0x921D96) is unknown color: approx Dark Magenta. HEX triplet: 92, 1D and 96. RGB value is (146,29,150). Sum of RGB (Red+Green+Blue) = 146+29+150=325 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.92% from 325); Green value is 29 (11.72% from 255 or 8.92% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 150 - color contains mainly: blue. Hex color #921D96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921D96 is #6DE269. Grayscale: #4D4D4D. Windows color (decimal): -7201386 or 9837970. OLE color: 9837970.

HSL color Cylindrical-coordinate representation of color #921D96: hue angle of 298.02º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #921D96 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14629150-
CMYK0.030.8100.41
HSL298.02º67.6%35.1%-
HSV(B)298.02º80.67%58.82%-
XYZ17.89.1929.69-
YUV77.78168.76176.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.92%
GREEN value IS 29 (11.72% from 255) = 8.92%
BLUE value IS 150 (58.98% from 255) = 46.15%
R=44.92%
G=8.92%
B=46.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal146291500.030.8100.41298.0267.635.1
Hex921D9635102912a4423
Octal22235226312105145210443
Binary10010010111011001011011101000101010011001010101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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