Html Css Color HEX #9B1086 Dark Magenta

📋 copy color: '#9B1086'

red 155 ◦ green 16 ◦ blue 134

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

Shades of Dark Magenta #9B1086

Tints of Dark Magenta #9B1086

RGB

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

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

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

R = 50.82%
G = 5.25%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9B1086 (or 0x9B1086) is known color: Dark Magenta. HEX triplet: 9B, 10 and 86. RGB value is (155,16,134). Sum of RGB (Red+Green+Blue) = 155+16+134=305 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.82% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1086 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1086 is #64EF79. Grayscale: #464646. Windows color (decimal): -6614906 or 8786075. OLE color: 8786075.

HSL color Cylindrical-coordinate representation of color #9B1086: hue angle of 309.06º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B1086 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 16 134 -
CMYK 0 0.90 0.14 0.39
HSL 309.06º 0.81% 0.34% -
HSV(B) 309.06º 0.9% 0.61% -
XYZ 18.01 9.06 23.35 -
YUV 71.01 163.55 187.91 -
System Red Green Blue C M Y K H S L
Decimal 155 16 134 0 0.90 0.14 0.39 309.06 0.81 0.34
Hex 9B 10 86 0 5A E 27 135 51 22
Octal 233 20 206 0 132 16 47 465 121 42
Binary 10011011 10000 10000110 0 1011010 1110 100111 100110101 1010001 100010

Color Harmonies of #9B1086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1086

Black with #9B1086

Text Example


Text Example

White with #9B1086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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