Html Css Color HEX #9B1891 Dark Magenta

📋 copy color: '#9B1891'

red 155 ◦ green 24 ◦ blue 145

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

Shades of Dark Magenta #9B1891

Tints of Dark Magenta #9B1891

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.41%

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

R = 47.84%
G = 7.41%
B = 44.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9B1891 (or 0x9B1891) is known color: Dark Magenta. HEX triplet: 9B, 18 and 91. RGB value is (155,24,145). Sum of RGB (Red+Green+Blue) = 155+24+145=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1891 is #64E76E. Grayscale: #4C4C4C. Windows color (decimal): -6612847 or 9509019. OLE color: 9509019.

HSL color Cylindrical-coordinate representation of color #9B1891: hue angle of 304.58º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B1891 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 24 145 -
CMYK 0 0.85 0.06 0.39
HSL 304.58º 0.73% 0.35% -
HSV(B) 304.58º 0.85% 0.61% -
XYZ 18.96 9.67 27.65 -
YUV 76.96 166.4 183.66 -
System Red Green Blue C M Y K H S L
Decimal 155 24 145 0 0.85 0.06 0.39 304.58 0.73 0.35
Hex 9B 18 91 0 55 6 27 131 49 23
Octal 233 30 221 0 125 6 47 461 111 43
Binary 10011011 11000 10010001 0 1010101 110 100111 100110001 1001001 100011

Color Harmonies of #9B1891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1891

Black with #9B1891

Text Example


Text Example

White with #9B1891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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