Html Css Color HEX #9B19AB Dark Magenta

📋 copy color: '#9B19AB'

red 155 ◦ green 25 ◦ blue 171

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

Shades of Dark Magenta #9B19AB

Tints of Dark Magenta #9B19AB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.12%

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

R = 44.16%
G = 7.12%
B = 48.72%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B19AB (or 0x9B19AB) is known color: Dark Magenta. HEX triplet: 9B, 19 and AB. RGB value is (155,25,171). Sum of RGB (Red+Green+Blue) = 155+25+171=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B19AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B19AB is #64E654. Grayscale: #505050. Windows color (decimal): -6612565 or 11213211. OLE color: 11213211.

HSL color Cylindrical-coordinate representation of color #9B19AB: hue angle of 293.42º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B19AB is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 25 171 -
CMYK 0.09 0.85 0 0.33
HSL 293.42º 0.74% 0.38% -
HSV(B) 293.42º 0.85% 0.67% -
XYZ 21.22 10.6 39.46 -
YUV 80.51 179.07 181.13 -
System Red Green Blue C M Y K H S L
Decimal 155 25 171 0.09 0.85 0 0.33 293.42 0.74 0.38
Hex 9B 19 AB 9 55 0 21 125 4A 26
Octal 233 31 253 11 125 0 41 445 112 46
Binary 10011011 11001 10101011 1001 1010101 0 100001 100100101 1001010 100110

Color Harmonies of #9B19AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B19AB

Black with #9B19AB

Text Example


Text Example

White with #9B19AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,25,171); }

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

background-color css

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

 a { background-color: rgb(155,25,171); }

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

border-color css

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

 span { border-color: rgb(155,25,171); }

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