Html Css Color HEX #9B0396 Dark Magenta

📋 copy color: '#9B0396'

red 155 ◦ green 3 ◦ blue 150

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

Shades of Dark Magenta #9B0396

Tints of Dark Magenta #9B0396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 48.7%

R = 50.32%
G = 0.97%
B = 48.7%

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

#9B0396 (or 0x9B0396) is known color: Dark Magenta. HEX triplet: 9B, 03 and 96. RGB value is (155,3,150). Sum of RGB (Red+Green+Blue) = 155+3+150=308 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.32% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 150 (58.98% from 255 or 48.70% from 308); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0396 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0396 is #64FC69. Grayscale: #404040. Windows color (decimal): -6618218 or 9831323. OLE color: 9831323.

HSL color Cylindrical-coordinate representation of color #9B0396: hue angle of 301.97º 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 #9B0396 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 3 150 -
CMYK 0 0.98 0.03 0.39
HSL 301.97º 0.96% 0.31% -
HSV(B) 301.97º 0.98% 0.61% -
XYZ 19.06 9.24 29.63 -
YUV 65.21 175.86 192.05 -
System Red Green Blue C M Y K H S L
Decimal 155 3 150 0 0.98 0.03 0.39 301.97 0.96 0.31
Hex 9B 3 96 0 62 3 27 12E 60 1F
Octal 233 3 226 0 142 3 47 456 140 37
Binary 10011011 11 10010110 0 1100010 11 100111 100101110 1100000 11111

Color Harmonies of #9B0396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0396

Black with #9B0396

Text Example


Text Example

White with #9B0396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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