Html Css Color HEX #9302AD Dark Magenta

📋 copy color: '#9302AD'

red 147 ◦ green 2 ◦ blue 173

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

Shades of Dark Magenta #9302AD

Tints of Dark Magenta #9302AD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

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

R = 45.65%
G = 0.62%
B = 53.73%

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

#9302AD (or 0x9302AD) is known color: Dark Magenta. HEX triplet: 93, 02 and AD. RGB value is (147,2,173). Sum of RGB (Red+Green+Blue) = 147+2+173=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #9302AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9302AD is #6CFD52. Grayscale: #404040. Windows color (decimal): -7142739 or 11338387. OLE color: 11338387.

HSL color Cylindrical-coordinate representation of color #9302AD: hue angle of 290.88º degrees, saturation: 0.98, 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 #9302AD is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 2 173 -
CMYK 0.15 0.99 0 0.32
HSL 290.88º 0.98% 0.34% -
HSV(B) 290.88º 0.99% 0.68% -
XYZ 19.6 9.26 40.29 -
YUV 64.85 189.04 186.6 -
System Red Green Blue C M Y K H S L
Decimal 147 2 173 0.15 0.99 0 0.32 290.88 0.98 0.34
Hex 93 2 AD F 63 0 20 123 62 22
Octal 223 2 255 17 143 0 40 443 142 42
Binary 10010011 10 10101101 1111 1100011 0 100000 100100011 1100010 100010

Color Harmonies of #9302AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9302AD

Black with #9302AD

Text Example


Text Example

White with #9302AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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