Html Css Color HEX #9B0186 Dark Magenta

📋 copy color: '#9B0186'

red 155 ◦ green 1 ◦ blue 134

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

Shades of Dark Magenta #9B0186

Tints of Dark Magenta #9B0186

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 53.45%
G = 0.34%
B = 46.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9B0186 (or 0x9B0186) is known color: Dark Magenta. HEX triplet: 9B, 01 and 86. RGB value is (155,1,134). Sum of RGB (Red+Green+Blue) = 155+1+134=290 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.45% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 134 (52.73% from 255 or 46.21% from 290); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0186 is #64FE79. Grayscale: #3D3D3D. Windows color (decimal): -6618746 or 8782235. OLE color: 8782235.

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

Color convert

RGB 155 1 134 -
CMYK 0 0.99 0.14 0.39
HSL 308.18º 0.99% 0.31% -
HSV(B) 308.18º 0.99% 0.61% -
XYZ 17.83 8.71 23.3 -
YUV 62.21 168.52 194.19 -
System Red Green Blue C M Y K H S L
Decimal 155 1 134 0 0.99 0.14 0.39 308.18 0.99 0.31
Hex 9B 1 86 0 63 E 27 134 63 1F
Octal 233 1 206 0 143 16 47 464 143 37
Binary 10011011 1 10000110 0 1100011 1110 100111 100110100 1100011 11111

Color Harmonies of #9B0186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0186

Black with #9B0186

Text Example


Text Example

White with #9B0186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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