Html Css Color HEX #9309A0 Dark Magenta

📋 copy color: '#9309A0'

red 147 ◦ green 9 ◦ blue 160

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

Shades of Dark Magenta #9309A0

Tints of Dark Magenta #9309A0

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.85%

 BLUE value IS 160 (62.89% from 255) = 50.63%

R = 46.52%
G = 2.85%
B = 50.63%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9309A0 (or 0x9309A0) is known color: Dark Magenta. HEX triplet: 93, 09 and A0. RGB value is (147,9,160). Sum of RGB (Red+Green+Blue) = 147+9+160=316 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.52% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 160 (62.89% from 255 or 50.63% from 316); Max value from RGB is 160 - color contains mainly: blue. Hex color #9309A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9309A0 is #6CF65F. Grayscale: #434343. Windows color (decimal): -7140960 or 10488211. OLE color: 10488211.

HSL color Cylindrical-coordinate representation of color #9309A0: hue angle of 294.83º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9309A0 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 147 9 160 -
CMYK 0.08 0.94 0 0.37
HSL 294.83º 0.89% 0.33% -
HSV(B) 294.83º 0.94% 0.63% -
XYZ 18.48 8.94 34.01 -
YUV 67.48 180.22 184.72 -
System Red Green Blue C M Y K H S L
Decimal 147 9 160 0.08 0.94 0 0.37 294.83 0.89 0.33
Hex 93 9 A0 8 5E 0 25 127 59 21
Octal 223 11 240 10 136 0 45 447 131 41
Binary 10010011 1001 10100000 1000 1011110 0 100101 100100111 1011001 100001

Color Harmonies of #9309A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9309A0

Black with #9309A0

Text Example


Text Example

White with #9309A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9309A0; }

 p { color: rgb(147,9,160); }

 H1.HeaderClassName
 {
   color: #9309A0;
 }
 .AnyTagClassName
 {
   color: #9309A0;
 }
</style>

background-color css

<style>
 a { background-color: #9309A0; }

 a { background-color: rgb(147,9,160); }

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

border-color css

<style>
 span { border-color: #9309A0; }

 span { border-color: rgb(147,9,160); }

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