Html Css Color HEX #9B1091 Dark Magenta

📋 copy color: '#9B1091'

red 155 ◦ green 16 ◦ blue 145

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

Shades of Dark Magenta #9B1091

Tints of Dark Magenta #9B1091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 45.89%

R = 49.05%
G = 5.06%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9B1091 (or 0x9B1091) is known color: Dark Magenta. HEX triplet: 9B, 10 and 91. RGB value is (155,16,145). Sum of RGB (Red+Green+Blue) = 155+16+145=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1091 is #64EF6E. Grayscale: #474747. Windows color (decimal): -6614895 or 9506971. OLE color: 9506971.

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

Color convert

RGB 155 16 145 -
CMYK 0 0.90 0.06 0.39
HSL 304.32º 0.81% 0.34% -
HSV(B) 304.32º 0.9% 0.61% -
XYZ 18.81 9.38 27.61 -
YUV 72.27 169.05 187.01 -
System Red Green Blue C M Y K H S L
Decimal 155 16 145 0 0.90 0.06 0.39 304.32 0.81 0.34
Hex 9B 10 91 0 5A 6 27 130 51 22
Octal 233 20 221 0 132 6 47 460 121 42
Binary 10011011 10000 10010001 0 1011010 110 100111 100110000 1010001 100010

Color Harmonies of #9B1091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1091

Black with #9B1091

Text Example


Text Example

White with #9B1091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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