Html Css Color HEX #9213A1 Dark Magenta

📋 copy color: '#9213A1'

red 146 ◦ green 19 ◦ blue 161

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

Shades of Dark Magenta #9213A1

Tints of Dark Magenta #9213A1

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.83%

 BLUE value IS 161 (63.28% from 255) = 49.39%

R = 44.79%
G = 5.83%
B = 49.39%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9213A1 (or 0x9213A1) is known color: Dark Magenta. HEX triplet: 92, 13 and A1. RGB value is (146,19,161). Sum of RGB (Red+Green+Blue) = 146+19+161=326 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.79% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 161 (63.28% from 255 or 49.39% from 326); Max value from RGB is 161 - color contains mainly: blue. Hex color #9213A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9213A1 is #6DEC5E. Grayscale: #484848. Windows color (decimal): -7203935 or 10556306. OLE color: 10556306.

HSL color Cylindrical-coordinate representation of color #9213A1: hue angle of 293.66º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9213A1 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 146 19 161 -
CMYK 0.09 0.88 0 0.37
HSL 293.66º 0.79% 0.35% -
HSV(B) 293.66º 0.88% 0.63% -
XYZ 18.52 9.15 34.51 -
YUV 73.16 177.58 179.95 -
System Red Green Blue C M Y K H S L
Decimal 146 19 161 0.09 0.88 0 0.37 293.66 0.79 0.35
Hex 92 13 A1 9 58 0 25 126 4F 23
Octal 222 23 241 11 130 0 45 446 117 43
Binary 10010010 10011 10100001 1001 1011000 0 100101 100100110 1001111 100011

Color Harmonies of #9213A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9213A1

Black with #9213A1

Text Example


Text Example

White with #9213A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9213A1; }

 p { color: rgb(146,19,161); }

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

background-color css

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

 a { background-color: rgb(146,19,161); }

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

border-color css

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

 span { border-color: rgb(146,19,161); }

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