Html Css Color HEX #9B10AC Dark Magenta

📋 copy color: '#9B10AC'

red 155 ◦ green 16 ◦ blue 172

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

Shades of Dark Magenta #9B10AC

Tints of Dark Magenta #9B10AC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.66%

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

R = 45.19%
G = 4.66%
B = 50.15%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B10AC (or 0x9B10AC) is known color: Dark Magenta. HEX triplet: 9B, 10 and AC. RGB value is (155,16,172). Sum of RGB (Red+Green+Blue) = 155+16+172=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B10AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B10AC is #64EF53. Grayscale: #4A4A4A. Windows color (decimal): -6614868 or 11276443. OLE color: 11276443.

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

Color convert

RGB 155 16 172 -
CMYK 0.10 0.91 0 0.33
HSL 293.46º 0.83% 0.37% -
HSV(B) 293.46º 0.91% 0.67% -
XYZ 21.15 10.32 39.91 -
YUV 75.35 182.55 184.82 -
System Red Green Blue C M Y K H S L
Decimal 155 16 172 0.10 0.91 0 0.33 293.46 0.83 0.37
Hex 9B 10 AC A 5B 0 21 125 53 25
Octal 233 20 254 12 133 0 41 445 123 45
Binary 10011011 10000 10101100 1010 1011011 0 100001 100100101 1010011 100101

Color Harmonies of #9B10AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B10AC

Black with #9B10AC

Text Example


Text Example

White with #9B10AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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