Html Css Color HEX #921496 Dark Magenta

📋 copy color: '#921496'

red 146 ◦ green 20 ◦ blue 150

#921496
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #921496

Tints of Dark Magenta #921496

RGB

 RED value IS 146 (57.42% from 255) = 46.2%

 GREEN value IS 20 (8.2% from 255) = 6.33%

 BLUE value IS 150 (58.98% from 255) = 47.47%

R = 46.2%
G = 6.33%
B = 47.47%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#921496 (or 0x921496) is known color: Dark Magenta. HEX triplet: 92, 14 and 96. RGB value is (146,20,150). Sum of RGB (Red+Green+Blue) = 146+20+150=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: blue. Hex color #921496 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921496 is #6DEB69. Grayscale: #484848. Windows color (decimal): -7203690 or 9835666. OLE color: 9835666.

HSL color Cylindrical-coordinate representation of color #921496: hue angle of 298.15º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #921496 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 146 20 150 -
CMYK 0.03 0.87 0 0.41
HSL 298.15º 0.76% 0.33% -
HSV(B) 298.15º 0.87% 0.59% -
XYZ 17.61 8.81 29.63 -
YUV 72.49 171.74 180.43 -
System Red Green Blue C M Y K H S L
Decimal 146 20 150 0.03 0.87 0 0.41 298.15 0.76 0.33
Hex 92 14 96 3 57 0 29 12A 4C 21
Octal 222 24 226 3 127 0 51 452 114 41
Binary 10010010 10100 10010110 11 1010111 0 101001 100101010 1001100 100001

Color Harmonies of #921496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921496

Black with #921496

Text Example


Text Example

White with #921496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921496; }

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

 H1.HeaderClassName
 {
   color: #921496;
 }
 .AnyTagClassName
 {
   color: #921496;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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