Html Css Color HEX #9711AB Dark Magenta

📋 copy color: '#9711AB'

red 151 ◦ green 17 ◦ blue 171

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

Shades of Dark Magenta #9711AB

Tints of Dark Magenta #9711AB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.01%

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

R = 44.54%
G = 5.01%
B = 50.44%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9711AB (or 0x9711AB) is known color: Dark Magenta. HEX triplet: 97, 11 and AB. RGB value is (151,17,171). Sum of RGB (Red+Green+Blue) = 151+17+171=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #9711AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9711AB is #68EE54. Grayscale: #4A4A4A. Windows color (decimal): -6876757 or 11211159. OLE color: 11211159.

HSL color Cylindrical-coordinate representation of color #9711AB: hue angle of 292.21º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9711AB is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 17 171 -
CMYK 0.12 0.90 0 0.33
HSL 292.21º 0.82% 0.37% -
HSV(B) 292.21º 0.9% 0.67% -
XYZ 20.31 9.92 39.37 -
YUV 74.62 182.39 182.48 -
System Red Green Blue C M Y K H S L
Decimal 151 17 171 0.12 0.90 0 0.33 292.21 0.82 0.37
Hex 97 11 AB C 5A 0 21 124 52 25
Octal 227 21 253 14 132 0 41 444 122 45
Binary 10010111 10001 10101011 1100 1011010 0 100001 100100100 1010010 100101

Color Harmonies of #9711AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9711AB

Black with #9711AB

Text Example


Text Example

White with #9711AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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