Html Css Color HEX #9609AD Dark Magenta

📋 copy color: '#9609AD'

red 150 ◦ green 9 ◦ blue 173

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

Shades of Dark Magenta #9609AD

Tints of Dark Magenta #9609AD

RGB

 RED value IS 150 (58.98% from 255) = 45.18%

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

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

R = 45.18%
G = 2.71%
B = 52.11%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9609AD (or 0x9609AD) is known color: Dark Magenta. HEX triplet: 96, 09 and AD. RGB value is (150,9,173). Sum of RGB (Red+Green+Blue) = 150+9+173=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #9609AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9609AD is #69F652. Grayscale: #454545. Windows color (decimal): -6944339 or 11340182. OLE color: 11340182.

HSL color Cylindrical-coordinate representation of color #9609AD: hue angle of 291.59º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9609AD is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 9 173 -
CMYK 0.13 0.95 0 0.32
HSL 291.59º 0.9% 0.36% -
HSV(B) 291.59º 0.95% 0.68% -
XYZ 20.22 9.7 40.34 -
YUV 69.86 186.21 185.16 -
System Red Green Blue C M Y K H S L
Decimal 150 9 173 0.13 0.95 0 0.32 291.59 0.9 0.36
Hex 96 9 AD D 5F 0 20 124 5A 24
Octal 226 11 255 15 137 0 40 444 132 44
Binary 10010110 1001 10101101 1101 1011111 0 100000 100100100 1011010 100100

Color Harmonies of #9609AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9609AD

Black with #9609AD

Text Example


Text Example

White with #9609AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,9,173); }

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

background-color css

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

 a { background-color: rgb(150,9,173); }

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

border-color css

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

 span { border-color: rgb(150,9,173); }

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