Html Css Color HEX #9B14AD Dark Magenta

📋 copy color: '#9B14AD'

red 155 ◦ green 20 ◦ blue 173

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

Shades of Dark Magenta #9B14AD

Tints of Dark Magenta #9B14AD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.75%

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

R = 44.54%
G = 5.75%
B = 49.71%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9B14AD (or 0x9B14AD) is known color: Dark Magenta. HEX triplet: 9B, 14 and AD. RGB value is (155,20,173). Sum of RGB (Red+Green+Blue) = 155+20+173=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B14AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B14AD is #64EB52. Grayscale: #4D4D4D. Windows color (decimal): -6613843 or 11343003. OLE color: 11343003.

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

Color convert

RGB 155 20 173 -
CMYK 0.10 0.88 0 0.32
HSL 292.94º 0.79% 0.38% -
HSV(B) 292.94º 0.88% 0.68% -
XYZ 21.31 10.49 40.44 -
YUV 77.81 181.73 183.06 -
System Red Green Blue C M Y K H S L
Decimal 155 20 173 0.10 0.88 0 0.32 292.94 0.79 0.38
Hex 9B 14 AD A 58 0 20 125 4F 26
Octal 233 24 255 12 130 0 40 445 117 46
Binary 10011011 10100 10101101 1010 1011000 0 100000 100100101 1001111 100110

Color Harmonies of #9B14AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B14AD

Black with #9B14AD

Text Example


Text Example

White with #9B14AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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