Html Css Color HEX #9B1497 Dark Magenta

📋 copy color: '#9B1497'

red 155 ◦ green 20 ◦ blue 151

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

Shades of Dark Magenta #9B1497

Tints of Dark Magenta #9B1497

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.13%

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

R = 47.55%
G = 6.13%
B = 46.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9B1497 (or 0x9B1497) is known color: Dark Magenta. HEX triplet: 9B, 14 and 97. RGB value is (155,20,151). Sum of RGB (Red+Green+Blue) = 155+20+151=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 151 (59.38% from 255 or 46.32% from 326); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1497 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1497 is #64EB68. Grayscale: #4A4A4A. Windows color (decimal): -6613865 or 9901211. OLE color: 9901211.

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

Color convert

RGB 155 20 151 -
CMYK 0 0.87 0.03 0.39
HSL 301.78º 0.77% 0.34% -
HSV(B) 301.78º 0.87% 0.61% -
XYZ 19.35 9.7 30.13 -
YUV 75.3 170.73 184.85 -
System Red Green Blue C M Y K H S L
Decimal 155 20 151 0 0.87 0.03 0.39 301.78 0.77 0.34
Hex 9B 14 97 0 57 3 27 12E 4D 22
Octal 233 24 227 0 127 3 47 456 115 42
Binary 10011011 10100 10010111 0 1010111 11 100111 100101110 1001101 100010

Color Harmonies of #9B1497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1497

Black with #9B1497

Text Example


Text Example

White with #9B1497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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