Html Css Color HEX #9715AB Dark Magenta

📋 copy color: '#9715AB'

red 151 ◦ green 21 ◦ blue 171

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

Shades of Dark Magenta #9715AB

Tints of Dark Magenta #9715AB

RGB

 RED value IS 151 (59.38% from 255) = 44.02%

 GREEN value IS 21 (8.59% from 255) = 6.12%

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

R = 44.02%
G = 6.12%
B = 49.85%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9715AB (or 0x9715AB) is known color: Dark Magenta. HEX triplet: 97, 15 and AB. RGB value is (151,21,171). Sum of RGB (Red+Green+Blue) = 151+21+171=343 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.02% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #9715AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9715AB is #68EA54. Grayscale: #4C4C4C. Windows color (decimal): -6875733 or 11212183. OLE color: 11212183.

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

Color convert

RGB 151 21 171 -
CMYK 0.12 0.88 0 0.33
HSL 292º 0.78% 0.38% -
HSV(B) 292º 0.88% 0.67% -
XYZ 20.38 10.06 39.39 -
YUV 76.97 181.07 180.8 -
System Red Green Blue C M Y K H S L
Decimal 151 21 171 0.12 0.88 0 0.33 292 0.78 0.38
Hex 97 15 AB C 58 0 21 124 4E 26
Octal 227 25 253 14 130 0 41 444 116 46
Binary 10010111 10101 10101011 1100 1011000 0 100001 100100100 1001110 100110

Color Harmonies of #9715AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9715AB

Black with #9715AB

Text Example


Text Example

White with #9715AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,21,171); }

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

background-color css

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

 a { background-color: rgb(151,21,171); }

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

border-color css

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

 span { border-color: rgb(151,21,171); }

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