Html Css Color HEX #9401AE Dark Magenta

📋 copy color: '#9401AE'

red 148 ◦ green 1 ◦ blue 174

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

Shades of Dark Magenta #9401AE

Tints of Dark Magenta #9401AE

RGB

 RED value IS 148 (58.2% from 255) = 45.82%

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 45.82%
G = 0.31%
B = 53.87%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9401AE (or 0x9401AE) is known color: Dark Magenta. HEX triplet: 94, 01 and AE. RGB value is (148,1,174). Sum of RGB (Red+Green+Blue) = 148+1+174=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 1 (0.78% from 255 or 0.31% 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 #9401AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9401AE is #6BFE51. Grayscale: #404040. Windows color (decimal): -7077458 or 11403668. OLE color: 11403668.

HSL color Cylindrical-coordinate representation of color #9401AE: hue angle of 290.98º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9401AE is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 1 174 -
CMYK 0.15 0.99 0 0.32
HSL 290.98º 0.99% 0.34% -
HSV(B) 290.98º 0.99% 0.68% -
XYZ 19.86 9.37 40.81 -
YUV 64.68 189.7 187.43 -
System Red Green Blue C M Y K H S L
Decimal 148 1 174 0.15 0.99 0 0.32 290.98 0.99 0.34
Hex 94 1 AE F 63 0 20 123 63 22
Octal 224 1 256 17 143 0 40 443 143 42
Binary 10010100 1 10101110 1111 1100011 0 100000 100100011 1100011 100010

Color Harmonies of #9401AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9401AE

Black with #9401AE

Text Example


Text Example

White with #9401AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,1,174); }

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

background-color css

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

 a { background-color: rgb(148,1,174); }

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

border-color css

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

 span { border-color: rgb(148,1,174); }

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