Html Css Color HEX #9B0997 Dark Magenta

📋 copy color: '#9B0997'

red 155 ◦ green 9 ◦ blue 151

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

Shades of Dark Magenta #9B0997

Tints of Dark Magenta #9B0997

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.86%

 BLUE value IS 151 (59.38% from 255) = 47.94%

R = 49.21%
G = 2.86%
B = 47.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9B0997 (or 0x9B0997) is known color: Dark Magenta. HEX triplet: 9B, 09 and 97. RGB value is (155,9,151). Sum of RGB (Red+Green+Blue) = 155+9+151=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0997 is #64F668. Grayscale: #444444. Windows color (decimal): -6616681 or 9898395. OLE color: 9898395.

HSL color Cylindrical-coordinate representation of color #9B0997: hue angle of 301.64º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0997 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 9 151 -
CMYK 0 0.94 0.03 0.39
HSL 301.64º 0.89% 0.32% -
HSV(B) 301.64º 0.94% 0.61% -
XYZ 19.2 9.4 30.08 -
YUV 68.84 174.37 189.45 -
System Red Green Blue C M Y K H S L
Decimal 155 9 151 0 0.94 0.03 0.39 301.64 0.89 0.32
Hex 9B 9 97 0 5E 3 27 12E 59 20
Octal 233 11 227 0 136 3 47 456 131 40
Binary 10011011 1001 10010111 0 1011110 11 100111 100101110 1011001 100000

Color Harmonies of #9B0997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0997

Black with #9B0997

Text Example


Text Example

White with #9B0997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,9,151); }

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

background-color css

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

 a { background-color: rgb(155,9,151); }

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

border-color css

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

 span { border-color: rgb(155,9,151); }

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