Html Css Color HEX #9B1495 Dark Magenta

📋 copy color: '#9B1495'

red 155 ◦ green 20 ◦ blue 149

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

Shades of Dark Magenta #9B1495

Tints of Dark Magenta #9B1495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.99%

R = 47.84%
G = 6.17%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9B1495 (or 0x9B1495) is known color: Dark Magenta. HEX triplet: 9B, 14 and 95. RGB value is (155,20,149). Sum of RGB (Red+Green+Blue) = 155+20+149=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1495 is #64EB6A. Grayscale: #4A4A4A. Windows color (decimal): -6613867 or 9770139. OLE color: 9770139.

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

Color convert

RGB 155 20 149 -
CMYK 0 0.87 0.04 0.39
HSL 302.67º 0.77% 0.34% -
HSV(B) 302.67º 0.87% 0.61% -
XYZ 19.19 9.64 29.28 -
YUV 75.07 169.73 185.01 -
System Red Green Blue C M Y K H S L
Decimal 155 20 149 0 0.87 0.04 0.39 302.67 0.77 0.34
Hex 9B 14 95 0 57 4 27 12F 4D 22
Octal 233 24 225 0 127 4 47 457 115 42
Binary 10011011 10100 10010101 0 1010111 100 100111 100101111 1001101 100010

Color Harmonies of #9B1495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1495

Black with #9B1495

Text Example


Text Example

White with #9B1495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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