Html Css Color HEX #9B0986 Dark Magenta

📋 copy color: '#9B0986'

red 155 ◦ green 9 ◦ blue 134

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

Shades of Dark Magenta #9B0986

Tints of Dark Magenta #9B0986

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.02%

 BLUE value IS 134 (52.73% from 255) = 44.97%

R = 52.01%
G = 3.02%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9B0986 (or 0x9B0986) is known color: Dark Magenta. HEX triplet: 9B, 09 and 86. RGB value is (155,9,134). Sum of RGB (Red+Green+Blue) = 155+9+134=298 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.01% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 134 (52.73% from 255 or 44.97% from 298); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0986 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0986 is #64F679. Grayscale: #424242. Windows color (decimal): -6616698 or 8784283. OLE color: 8784283.

HSL color Cylindrical-coordinate representation of color #9B0986: hue angle of 308.63º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0986 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 9 134 -
CMYK 0 0.94 0.14 0.39
HSL 308.63º 0.89% 0.32% -
HSV(B) 308.63º 0.94% 0.61% -
XYZ 17.92 8.89 23.32 -
YUV 66.9 165.87 190.84 -
System Red Green Blue C M Y K H S L
Decimal 155 9 134 0 0.94 0.14 0.39 308.63 0.89 0.32
Hex 9B 9 86 0 5E E 27 135 59 20
Octal 233 11 206 0 136 16 47 465 131 40
Binary 10011011 1001 10000110 0 1011110 1110 100111 100110101 1011001 100000

Color Harmonies of #9B0986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0986

Black with #9B0986

Text Example


Text Example

White with #9B0986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,9,134); }

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

background-color css

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

 a { background-color: rgb(155,9,134); }

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

border-color css

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

 span { border-color: rgb(155,9,134); }

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