Html Css Color HEX #9301AE Dark Magenta

📋 copy color: '#9301AE'

red 147 ◦ green 1 ◦ blue 174

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

Shades of Dark Magenta #9301AE

Tints of Dark Magenta #9301AE

RGB

 RED value IS 147 (57.81% from 255) = 45.65%

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

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

R = 45.65%
G = 0.31%
B = 54.04%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9301AE (or 0x9301AE) is known color: Dark Magenta. HEX triplet: 93, 01 and AE. RGB value is (147,1,174). Sum of RGB (Red+Green+Blue) = 147+1+174=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #9301AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9301AE is #6CFE51. Grayscale: #3F3F3F. Windows color (decimal): -7142994 or 11403667. OLE color: 11403667.

HSL color Cylindrical-coordinate representation of color #9301AE: hue angle of 290.64º 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 #9301AE is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 1 174 -
CMYK 0.16 0.99 0 0.32
HSL 290.64º 0.99% 0.34% -
HSV(B) 290.64º 0.99% 0.68% -
XYZ 19.68 9.28 40.8 -
YUV 64.38 189.87 186.93 -
System Red Green Blue C M Y K H S L
Decimal 147 1 174 0.16 0.99 0 0.32 290.64 0.99 0.34
Hex 93 1 AE 10 63 0 20 123 63 22
Octal 223 1 256 20 143 0 40 443 143 42
Binary 10010011 1 10101110 10000 1100011 0 100000 100100011 1100011 100010

Color Harmonies of #9301AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9301AE

Black with #9301AE

Text Example


Text Example

White with #9301AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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