Html Css Color HEX #9B0091 Dark Magenta

📋 copy color: '#9B0091'

red 155 ◦ green 0 ◦ blue 145

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

Shades of Dark Magenta #9B0091

Tints of Dark Magenta #9B0091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.67%
G = 0%
B = 48.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9B0091 (or 0x9B0091) is known color: Dark Magenta. HEX triplet: 9B, 00 and 91. RGB value is (155,0,145). Sum of RGB (Red+Green+Blue) = 155+0+145=300 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.67% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0091 is #64FF6E. Grayscale: #3E3E3E. Windows color (decimal): -6618991 or 9502875. OLE color: 9502875.

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

Color convert

RGB 155 0 145 -
CMYK 0 1 0.06 0.39
HSL 303.87º 1% 0.3% -
HSV(B) 303.87º 1% 0.61% -
XYZ 18.63 9.01 27.55 -
YUV 62.88 174.35 193.71 -
System Red Green Blue C M Y K H S L
Decimal 155 0 145 0 1 0.06 0.39 303.87 1 0.3
Hex 9B 0 91 0 64 6 27 130 64 1E
Octal 233 0 221 0 144 6 47 460 144 36
Binary 10011011 0 10010001 0 1100100 110 100111 100110000 1100100 11110

Color Harmonies of #9B0091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0091

Black with #9B0091

Text Example


Text Example

White with #9B0091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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