Html Css Color HEX #9510AD Dark Magenta

📋 copy color: '#9510AD'

red 149 ◦ green 16 ◦ blue 173

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

Shades of Dark Magenta #9510AD

Tints of Dark Magenta #9510AD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.73%

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

R = 44.08%
G = 4.73%
B = 51.18%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9510AD (or 0x9510AD) is known color: Dark Magenta. HEX triplet: 95, 10 and AD. RGB value is (149,16,173). Sum of RGB (Red+Green+Blue) = 149+16+173=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #9510AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9510AD is #6AEF52. Grayscale: #494949. Windows color (decimal): -7008083 or 11341973. OLE color: 11341973.

HSL color Cylindrical-coordinate representation of color #9510AD: hue angle of 290.83º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9510AD is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 16 173 -
CMYK 0.14 0.91 0 0.32
HSL 290.83º 0.83% 0.37% -
HSV(B) 290.83º 0.91% 0.68% -
XYZ 20.12 9.78 40.36 -
YUV 73.67 184.06 181.73 -
System Red Green Blue C M Y K H S L
Decimal 149 16 173 0.14 0.91 0 0.32 290.83 0.83 0.37
Hex 95 10 AD E 5B 0 20 123 53 25
Octal 225 20 255 16 133 0 40 443 123 45
Binary 10010101 10000 10101101 1110 1011011 0 100000 100100011 1010011 100101

Color Harmonies of #9510AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9510AD

Black with #9510AD

Text Example


Text Example

White with #9510AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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