Html Css Color HEX #9516AB Dark Magenta

📋 copy color: '#9516AB'

red 149 ◦ green 22 ◦ blue 171

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

Shades of Dark Magenta #9516AB

Tints of Dark Magenta #9516AB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.43%

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

R = 43.57%
G = 6.43%
B = 50%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9516AB (or 0x9516AB) is known color: Dark Magenta. HEX triplet: 95, 16 and AB. RGB value is (149,22,171). Sum of RGB (Red+Green+Blue) = 149+22+171=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #9516AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9516AB is #6AE954. Grayscale: #4C4C4C. Windows color (decimal): -7006549 or 11212437. OLE color: 11212437.

HSL color Cylindrical-coordinate representation of color #9516AB: hue angle of 291.14º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9516AB is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 22 171 -
CMYK 0.13 0.87 0 0.33
HSL 291.14º 0.77% 0.38% -
HSV(B) 291.14º 0.87% 0.67% -
XYZ 20.03 9.9 39.38 -
YUV 76.96 181.08 179.38 -
System Red Green Blue C M Y K H S L
Decimal 149 22 171 0.13 0.87 0 0.33 291.14 0.77 0.38
Hex 95 16 AB D 57 0 21 123 4D 26
Octal 225 26 253 15 127 0 41 443 115 46
Binary 10010101 10110 10101011 1101 1010111 0 100001 100100011 1001101 100110

Color Harmonies of #9516AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9516AB

Black with #9516AB

Text Example


Text Example

White with #9516AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,22,171); }

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

background-color css

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

 a { background-color: rgb(149,22,171); }

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

border-color css

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

 span { border-color: rgb(149,22,171); }

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