Html Css Color HEX #9500AD Dark Magenta

📋 copy color: '#9500AD'

red 149 ◦ green 0 ◦ blue 173

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

Shades of Dark Magenta #9500AD

Tints of Dark Magenta #9500AD

RGB

 RED value IS 149 (58.59% from 255) = 46.27%

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

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

R = 46.27%
G = 0%
B = 53.73%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9500AD (or 0x9500AD) is known color: Dark Magenta. HEX triplet: 95, 00 and AD. RGB value is (149,0,173). Sum of RGB (Red+Green+Blue) = 149+0+173=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 0 (0.39% from 255 or 0% 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 #9500AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9500AD is #6AFF52. Grayscale: #3F3F3F. Windows color (decimal): -7012179 or 11337877. OLE color: 11337877.

HSL color Cylindrical-coordinate representation of color #9500AD: hue angle of 291.68º 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 #9500AD is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 0 173 -
CMYK 0.14 1 0 0.32
HSL 291.68º 1% 0.34% -
HSV(B) 291.68º 1% 0.68% -
XYZ 19.94 9.41 40.3 -
YUV 64.27 189.36 188.43 -
System Red Green Blue C M Y K H S L
Decimal 149 0 173 0.14 1 0 0.32 291.68 1 0.34
Hex 95 0 AD E 64 0 20 124 64 22
Octal 225 0 255 16 144 0 40 444 144 42
Binary 10010101 0 10101101 1110 1100100 0 100000 100100100 1100100 100010

Color Harmonies of #9500AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9500AD

Black with #9500AD

Text Example


Text Example

White with #9500AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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