Html Css Color HEX #9B1089 Dark Magenta

📋 copy color: '#9B1089'

red 155 ◦ green 16 ◦ blue 137

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

Shades of Dark Magenta #9B1089

Tints of Dark Magenta #9B1089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 44.48%

R = 50.32%
G = 5.19%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9B1089 (or 0x9B1089) is known color: Dark Magenta. HEX triplet: 9B, 10 and 89. RGB value is (155,16,137). Sum of RGB (Red+Green+Blue) = 155+16+137=308 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.32% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1089 is #64EF76. Grayscale: #474747. Windows color (decimal): -6614903 or 8982683. OLE color: 8982683.

HSL color Cylindrical-coordinate representation of color #9B1089: hue angle of 307.77º 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 #9B1089 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 16 137 -
CMYK 0 0.90 0.12 0.39
HSL 307.77º 0.81% 0.34% -
HSV(B) 307.77º 0.9% 0.61% -
XYZ 18.22 9.15 24.47 -
YUV 71.36 165.05 187.66 -
System Red Green Blue C M Y K H S L
Decimal 155 16 137 0 0.90 0.12 0.39 307.77 0.81 0.34
Hex 9B 10 89 0 5A C 27 134 51 22
Octal 233 20 211 0 132 14 47 464 121 42
Binary 10011011 10000 10001001 0 1011010 1100 100111 100110100 1010001 100010

Color Harmonies of #9B1089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1089

Black with #9B1089

Text Example


Text Example

White with #9B1089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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