Html Css Color HEX #9305AB Dark Magenta

📋 copy color: '#9305AB'

red 147 ◦ green 5 ◦ blue 171

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

Shades of Dark Magenta #9305AB

Tints of Dark Magenta #9305AB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.55%

 BLUE value IS 171 (67.19% from 255) = 52.94%

R = 45.51%
G = 1.55%
B = 52.94%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9305AB (or 0x9305AB) is known color: Dark Magenta. HEX triplet: 93, 05 and AB. RGB value is (147,5,171). Sum of RGB (Red+Green+Blue) = 147+5+171=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #9305AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9305AB is #6CFA54. Grayscale: #414141. Windows color (decimal): -7141973 or 11208083. OLE color: 11208083.

HSL color Cylindrical-coordinate representation of color #9305AB: hue angle of 291.33º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9305AB is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 5 171 -
CMYK 0.14 0.97 0 0.33
HSL 291.33º 0.94% 0.35% -
HSV(B) 291.33º 0.97% 0.67% -
XYZ 19.44 9.25 39.29 -
YUV 66.38 187.04 185.5 -
System Red Green Blue C M Y K H S L
Decimal 147 5 171 0.14 0.97 0 0.33 291.33 0.94 0.35
Hex 93 5 AB E 61 0 21 123 5E 23
Octal 223 5 253 16 141 0 41 443 136 43
Binary 10010011 101 10101011 1110 1100001 0 100001 100100011 1011110 100011

Color Harmonies of #9305AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9305AB

Black with #9305AB

Text Example


Text Example

White with #9305AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9305AB; }

 p { color: rgb(147,5,171); }

 H1.HeaderClassName
 {
   color: #9305AB;
 }
 .AnyTagClassName
 {
   color: #9305AB;
 }
</style>

background-color css

<style>
 a { background-color: #9305AB; }

 a { background-color: rgb(147,5,171); }

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

border-color css

<style>
 span { border-color: #9305AB; }

 span { border-color: rgb(147,5,171); }

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