Html Css Color HEX #9307AD Dark Magenta

📋 copy color: '#9307AD'

red 147 ◦ green 7 ◦ blue 173

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

Shades of Dark Magenta #9307AD

Tints of Dark Magenta #9307AD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.14%

 BLUE value IS 173 (67.97% from 255) = 52.91%

R = 44.95%
G = 2.14%
B = 52.91%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9307AD (or 0x9307AD) is known color: Dark Magenta. HEX triplet: 93, 07 and AD. RGB value is (147,7,173). Sum of RGB (Red+Green+Blue) = 147+7+173=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #9307AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9307AD is #6CF852. Grayscale: #434343. Windows color (decimal): -7141459 or 11339667. OLE color: 11339667.

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

Color convert

RGB 147 7 173 -
CMYK 0.15 0.96 0 0.32
HSL 290.6º 0.92% 0.35% -
HSV(B) 290.6º 0.96% 0.68% -
XYZ 19.65 9.37 40.31 -
YUV 67.78 187.38 184.5 -
System Red Green Blue C M Y K H S L
Decimal 147 7 173 0.15 0.96 0 0.32 290.6 0.92 0.35
Hex 93 7 AD F 60 0 20 123 5C 23
Octal 223 7 255 17 140 0 40 443 134 43
Binary 10010011 111 10101101 1111 1100000 0 100000 100100011 1011100 100011

Color Harmonies of #9307AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9307AD

Black with #9307AD

Text Example


Text Example

White with #9307AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9307AD; }

 p { color: rgb(147,7,173); }

 H1.HeaderClassName
 {
   color: #9307AD;
 }
 .AnyTagClassName
 {
   color: #9307AD;
 }
</style>

background-color css

<style>
 a { background-color: #9307AD; }

 a { background-color: rgb(147,7,173); }

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

border-color css

<style>
 span { border-color: #9307AD; }

 span { border-color: rgb(147,7,173); }

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