Html Css Color HEX #9B10AD Dark Magenta

📋 copy color: '#9B10AD'

red 155 ◦ green 16 ◦ blue 173

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

Shades of Dark Magenta #9B10AD

Tints of Dark Magenta #9B10AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 50.29%

R = 45.06%
G = 4.65%
B = 50.29%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9B10AD (or 0x9B10AD) is known color: Dark Magenta. HEX triplet: 9B, 10 and AD. RGB value is (155,16,173). Sum of RGB (Red+Green+Blue) = 155+16+173=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B10AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B10AD is #64EF52. Grayscale: #4A4A4A. Windows color (decimal): -6614867 or 11341979. OLE color: 11341979.

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

Color convert

RGB 155 16 173 -
CMYK 0.10 0.91 0 0.32
HSL 293.12º 0.83% 0.37% -
HSV(B) 293.12º 0.91% 0.68% -
XYZ 21.25 10.36 40.41 -
YUV 75.46 183.05 184.73 -
System Red Green Blue C M Y K H S L
Decimal 155 16 173 0.10 0.91 0 0.32 293.12 0.83 0.37
Hex 9B 10 AD A 5B 0 20 125 53 25
Octal 233 20 255 12 133 0 40 445 123 45
Binary 10011011 10000 10101101 1010 1011011 0 100000 100100101 1010011 100101

Color Harmonies of #9B10AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B10AD

Black with #9B10AD

Text Example


Text Example

White with #9B10AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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