Html Css Color HEX #9117AB Dark Magenta

📋 copy color: '#9117AB'

red 145 ◦ green 23 ◦ blue 171

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

Shades of Dark Magenta #9117AB

Tints of Dark Magenta #9117AB

RGB

 RED value IS 145 (57.03% from 255) = 42.77%

 GREEN value IS 23 (9.38% from 255) = 6.78%

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

R = 42.77%
G = 6.78%
B = 50.44%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9117AB (or 0x9117AB) is known color: Dark Magenta. HEX triplet: 91, 17 and AB. RGB value is (145,23,171). Sum of RGB (Red+Green+Blue) = 145+23+171=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 23 (9.38% from 255 or 6.78% 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 #9117AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9117AB is #6EE854. Grayscale: #4B4B4B. Windows color (decimal): -7268437 or 11212689. OLE color: 11212689.

HSL color Cylindrical-coordinate representation of color #9117AB: hue angle of 289.46º degrees, saturation: 0.76, 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 #9117AB is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 23 171 -
CMYK 0.15 0.87 0 0.33
HSL 289.46º 0.76% 0.38% -
HSV(B) 289.46º 0.87% 0.67% -
XYZ 19.33 9.57 39.36 -
YUV 76.35 181.42 176.97 -
System Red Green Blue C M Y K H S L
Decimal 145 23 171 0.15 0.87 0 0.33 289.46 0.76 0.38
Hex 91 17 AB F 57 0 21 121 4C 26
Octal 221 27 253 17 127 0 41 441 114 46
Binary 10010001 10111 10101011 1111 1010111 0 100001 100100001 1001100 100110

Color Harmonies of #9117AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9117AB

Black with #9117AB

Text Example


Text Example

White with #9117AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,23,171); }

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

background-color css

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

 a { background-color: rgb(145,23,171); }

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

border-color css

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

 span { border-color: rgb(145,23,171); }

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