Html Css Color HEX #9B18AB Dark Magenta

📋 copy color: '#9B18AB'

red 155 ◦ green 24 ◦ blue 171

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

Shades of Dark Magenta #9B18AB

Tints of Dark Magenta #9B18AB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.86%

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

R = 44.29%
G = 6.86%
B = 48.86%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B18AB (or 0x9B18AB) is known color: Dark Magenta. HEX triplet: 9B, 18 and AB. RGB value is (155,24,171). Sum of RGB (Red+Green+Blue) = 155+24+171=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B18AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B18AB is #64E754. Grayscale: #4F4F4F. Windows color (decimal): -6612821 or 11212955. OLE color: 11212955.

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

Color convert

RGB 155 24 171 -
CMYK 0.09 0.86 0 0.33
HSL 293.47º 0.75% 0.38% -
HSV(B) 293.47º 0.86% 0.67% -
XYZ 21.19 10.56 39.45 -
YUV 79.93 179.4 181.55 -
System Red Green Blue C M Y K H S L
Decimal 155 24 171 0.09 0.86 0 0.33 293.47 0.75 0.38
Hex 9B 18 AB 9 56 0 21 125 4B 26
Octal 233 30 253 11 126 0 41 445 113 46
Binary 10011011 11000 10101011 1001 1010110 0 100001 100100101 1001011 100110

Color Harmonies of #9B18AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B18AB

Black with #9B18AB

Text Example


Text Example

White with #9B18AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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