Html Css Color HEX #9119A3 Dark Magenta

📋 copy color: '#9119A3'

red 145 ◦ green 25 ◦ blue 163

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

Shades of Dark Magenta #9119A3

Tints of Dark Magenta #9119A3

RGB

 RED value IS 145 (57.03% from 255) = 43.54%

 GREEN value IS 25 (10.16% from 255) = 7.51%

 BLUE value IS 163 (64.06% from 255) = 48.95%

R = 43.54%
G = 7.51%
B = 48.95%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9119A3 (or 0x9119A3) is known color: Dark Magenta. HEX triplet: 91, 19 and A3. RGB value is (145,25,163). Sum of RGB (Red+Green+Blue) = 145+25+163=333 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.54% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 163 (64.06% from 255 or 48.95% from 333); Max value from RGB is 163 - color contains mainly: blue. Hex color #9119A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9119A3 is #6EE65C. Grayscale: #4C4C4C. Windows color (decimal): -7267933 or 10688913. OLE color: 10688913.

HSL color Cylindrical-coordinate representation of color #9119A3: hue angle of 292.17º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9119A3 is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 145 25 163 -
CMYK 0.11 0.85 0 0.36
HSL 292.17º 0.73% 0.37% -
HSV(B) 292.17º 0.85% 0.64% -
XYZ 18.64 9.36 35.47 -
YUV 76.61 176.76 176.78 -
System Red Green Blue C M Y K H S L
Decimal 145 25 163 0.11 0.85 0 0.36 292.17 0.73 0.37
Hex 91 19 A3 B 55 0 24 124 49 25
Octal 221 31 243 13 125 0 44 444 111 45
Binary 10010001 11001 10100011 1011 1010101 0 100100 100100100 1001001 100101

Color Harmonies of #9119A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9119A3

Black with #9119A3

Text Example


Text Example

White with #9119A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9119A3; }

 p { color: rgb(145,25,163); }

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

background-color css

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

 a { background-color: rgb(145,25,163); }

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

border-color css

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

 span { border-color: rgb(145,25,163); }

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