Html Css Color HEX #9214AD Dark Magenta

📋 copy color: '#9214AD'

red 146 ◦ green 20 ◦ blue 173

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

Shades of Dark Magenta #9214AD

Tints of Dark Magenta #9214AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.03%

R = 43.07%
G = 5.9%
B = 51.03%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9214AD (or 0x9214AD) is known color: Dark Magenta. HEX triplet: 92, 14 and AD. RGB value is (146,20,173). Sum of RGB (Red+Green+Blue) = 146+20+173=339 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.07% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #9214AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9214AD is #6DEB52. Grayscale: #4A4A4A. Windows color (decimal): -7203667 or 11342994. OLE color: 11342994.

HSL color Cylindrical-coordinate representation of color #9214AD: hue angle of 289.41º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9214AD is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 146 20 173 -
CMYK 0.16 0.88 0 0.32
HSL 289.41º 0.79% 0.38% -
HSV(B) 289.41º 0.88% 0.68% -
XYZ 19.65 9.63 40.36 -
YUV 75.12 183.24 178.56 -
System Red Green Blue C M Y K H S L
Decimal 146 20 173 0.16 0.88 0 0.32 289.41 0.79 0.38
Hex 92 14 AD 10 58 0 20 121 4F 26
Octal 222 24 255 20 130 0 40 441 117 46
Binary 10010010 10100 10101101 10000 1011000 0 100000 100100001 1001111 100110

Color Harmonies of #9214AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9214AD

Black with #9214AD

Text Example


Text Example

White with #9214AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9214AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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