Html Css Color HEX #9104AE Dark Magenta

📋 copy color: '#9104AE'

red 145 ◦ green 4 ◦ blue 174

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

Shades of Dark Magenta #9104AE

Tints of Dark Magenta #9104AE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.24%

 BLUE value IS 174 (68.36% from 255) = 53.87%

R = 44.89%
G = 1.24%
B = 53.87%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9104AE (or 0x9104AE) is known color: Dark Magenta. HEX triplet: 91, 04 and AE. RGB value is (145,4,174). Sum of RGB (Red+Green+Blue) = 145+4+174=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #9104AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9104AE is #6EFB51. Grayscale: #414141. Windows color (decimal): -7273298 or 11404433. OLE color: 11404433.

HSL color Cylindrical-coordinate representation of color #9104AE: hue angle of 289.76º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9104AE is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 145 4 174 -
CMYK 0.17 0.98 0 0.32
HSL 289.76º 0.96% 0.35% -
HSV(B) 289.76º 0.98% 0.68% -
XYZ 19.36 9.16 40.79 -
YUV 65.54 189.21 184.68 -
System Red Green Blue C M Y K H S L
Decimal 145 4 174 0.17 0.98 0 0.32 289.76 0.96 0.35
Hex 91 4 AE 11 62 0 20 122 60 23
Octal 221 4 256 21 142 0 40 442 140 43
Binary 10010001 100 10101110 10001 1100010 0 100000 100100010 1100000 100011

Color Harmonies of #9104AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9104AE

Black with #9104AE

Text Example


Text Example

White with #9104AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9104AE; }

 p { color: rgb(145,4,174); }

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

background-color css

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

 a { background-color: rgb(145,4,174); }

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

border-color css

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

 span { border-color: rgb(145,4,174); }

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