Html Css Color HEX #9B0397 Dark Magenta

📋 copy color: '#9B0397'

red 155 ◦ green 3 ◦ blue 151

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

Shades of Dark Magenta #9B0397

Tints of Dark Magenta #9B0397

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.97%

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

R = 50.16%
G = 0.97%
B = 48.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9B0397 (or 0x9B0397) is known color: Dark Magenta. HEX triplet: 9B, 03 and 97. RGB value is (155,3,151). Sum of RGB (Red+Green+Blue) = 155+3+151=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 151 (59.38% from 255 or 48.87% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0397 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0397 is #64FC68. Grayscale: #404040. Windows color (decimal): -6618217 or 9896859. OLE color: 9896859.

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

Color convert

RGB 155 3 151 -
CMYK 0 0.98 0.03 0.39
HSL 301.58º 0.96% 0.31% -
HSV(B) 301.58º 0.98% 0.61% -
XYZ 19.14 9.27 30.06 -
YUV 65.32 176.36 191.97 -
System Red Green Blue C M Y K H S L
Decimal 155 3 151 0 0.98 0.03 0.39 301.58 0.96 0.31
Hex 9B 3 97 0 62 3 27 12E 60 1F
Octal 233 3 227 0 142 3 47 456 140 37
Binary 10011011 11 10010111 0 1100010 11 100111 100101110 1100000 11111

Color Harmonies of #9B0397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0397

Black with #9B0397

Text Example


Text Example

White with #9B0397

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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