Html Css Color HEX #9600AD Dark Magenta

📋 copy color: '#9600AD'

red 150 ◦ green 0 ◦ blue 173

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

Shades of Dark Magenta #9600AD

Tints of Dark Magenta #9600AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.44%
G = 0%
B = 53.56%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9600AD (or 0x9600AD) is known color: Dark Magenta. HEX triplet: 96, 00 and AD. RGB value is (150,0,173). Sum of RGB (Red+Green+Blue) = 150+0+173=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #9600AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9600AD is #69FF52. Grayscale: #404040. Windows color (decimal): -6946643 or 11337878. OLE color: 11337878.

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

Color convert

RGB 150 0 173 -
CMYK 0.13 1 0 0.32
HSL 292.02º 1% 0.34% -
HSV(B) 292.02º 1% 0.68% -
XYZ 20.12 9.5 40.31 -
YUV 64.57 189.2 188.93 -
System Red Green Blue C M Y K H S L
Decimal 150 0 173 0.13 1 0 0.32 292.02 1 0.34
Hex 96 0 AD D 64 0 20 124 64 22
Octal 226 0 255 15 144 0 40 444 144 42
Binary 10010110 0 10101101 1101 1100100 0 100000 100100100 1100100 100010

Color Harmonies of #9600AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9600AD

Black with #9600AD

Text Example


Text Example

White with #9600AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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