Html Css Color HEX #9B15AC Dark Magenta

📋 copy color: '#9B15AC'

red 155 ◦ green 21 ◦ blue 172

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

Shades of Dark Magenta #9B15AC

Tints of Dark Magenta #9B15AC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.03%

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

R = 44.54%
G = 6.03%
B = 49.43%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B15AC (or 0x9B15AC) is known color: Dark Magenta. HEX triplet: 9B, 15 and AC. RGB value is (155,21,172). Sum of RGB (Red+Green+Blue) = 155+21+172=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B15AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B15AC is #64EA53. Grayscale: #4D4D4D. Windows color (decimal): -6613588 or 11277723. OLE color: 11277723.

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

Color convert

RGB 155 21 172 -
CMYK 0.10 0.88 0 0.33
HSL 293.25º 0.78% 0.38% -
HSV(B) 293.25º 0.88% 0.67% -
XYZ 21.23 10.48 39.93 -
YUV 78.28 180.89 182.72 -
System Red Green Blue C M Y K H S L
Decimal 155 21 172 0.10 0.88 0 0.33 293.25 0.78 0.38
Hex 9B 15 AC A 58 0 21 125 4E 26
Octal 233 25 254 12 130 0 41 445 116 46
Binary 10011011 10101 10101100 1010 1011000 0 100001 100100101 1001110 100110

Color Harmonies of #9B15AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B15AC

Black with #9B15AC

Text Example


Text Example

White with #9B15AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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