Html Css Color HEX #9B17AC Dark Magenta

📋 copy color: '#9B17AC'

red 155 ◦ green 23 ◦ blue 172

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

Shades of Dark Magenta #9B17AC

Tints of Dark Magenta #9B17AC

RGB

 RED value IS 155 (60.94% from 255) = 44.29%

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

 BLUE value IS 172 (67.58% from 255) = 49.14%

R = 44.29%
G = 6.57%
B = 49.14%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B17AC (or 0x9B17AC) is known color: Dark Magenta. HEX triplet: 9B, 17 and AC. RGB value is (155,23,172). Sum of RGB (Red+Green+Blue) = 155+23+172=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B17AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B17AC is #64E853. Grayscale: #4E4E4E. Windows color (decimal): -6613076 or 11278235. OLE color: 11278235.

HSL color Cylindrical-coordinate representation of color #9B17AC: hue angle of 293.15º 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 #9B17AC is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 23 172 -
CMYK 0.10 0.87 0 0.33
HSL 293.15º 0.76% 0.38% -
HSV(B) 293.15º 0.87% 0.67% -
XYZ 21.27 10.56 39.95 -
YUV 79.45 180.23 181.88 -
System Red Green Blue C M Y K H S L
Decimal 155 23 172 0.10 0.87 0 0.33 293.15 0.76 0.38
Hex 9B 17 AC A 57 0 21 125 4C 26
Octal 233 27 254 12 127 0 41 445 114 46
Binary 10011011 10111 10101100 1010 1010111 0 100001 100100101 1001100 100110

Color Harmonies of #9B17AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B17AC

Black with #9B17AC

Text Example


Text Example

White with #9B17AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B17AC; }

 p { color: rgb(155,23,172); }

 H1.HeaderClassName
 {
   color: #9B17AC;
 }
 .AnyTagClassName
 {
   color: #9B17AC;
 }
</style>

background-color css

<style>
 a { background-color: #9B17AC; }

 a { background-color: rgb(155,23,172); }

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

border-color css

<style>
 span { border-color: #9B17AC; }

 span { border-color: rgb(155,23,172); }

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