Html Css Color HEX #9218AB Dark Magenta

📋 copy color: '#9218AB'

red 146 ◦ green 24 ◦ blue 171

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

Shades of Dark Magenta #9218AB

Tints of Dark Magenta #9218AB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.04%

 BLUE value IS 171 (67.19% from 255) = 50.15%

R = 42.82%
G = 7.04%
B = 50.15%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9218AB (or 0x9218AB) is known color: Dark Magenta. HEX triplet: 92, 18 and AB. RGB value is (146,24,171). Sum of RGB (Red+Green+Blue) = 146+24+171=341 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.82% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #9218AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9218AB is #6DE754. Grayscale: #4C4C4C. Windows color (decimal): -7202645 or 11212946. OLE color: 11212946.

HSL color Cylindrical-coordinate representation of color #9218AB: hue angle of 289.8º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9218AB is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 24 171 -
CMYK 0.15 0.86 0 0.33
HSL 289.8º 0.75% 0.38% -
HSV(B) 289.8º 0.86% 0.67% -
XYZ 19.53 9.7 39.37 -
YUV 77.24 180.92 177.05 -
System Red Green Blue C M Y K H S L
Decimal 146 24 171 0.15 0.86 0 0.33 289.8 0.75 0.38
Hex 92 18 AB F 56 0 21 122 4B 26
Octal 222 30 253 17 126 0 41 442 113 46
Binary 10010010 11000 10101011 1111 1010110 0 100001 100100010 1001011 100110

Color Harmonies of #9218AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9218AB

Black with #9218AB

Text Example


Text Example

White with #9218AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9218AB; }

 p { color: rgb(146,24,171); }

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

background-color css

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

 a { background-color: rgb(146,24,171); }

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

border-color css

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

 span { border-color: rgb(146,24,171); }

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