Html Css Color HEX #9B1394 Dark Magenta

📋 copy color: '#9B1394'

red 155 ◦ green 19 ◦ blue 148

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

Shades of Dark Magenta #9B1394

Tints of Dark Magenta #9B1394

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.9%

 BLUE value IS 148 (58.2% from 255) = 45.96%

R = 48.14%
G = 5.9%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#9B1394 (or 0x9B1394) is known color: Dark Magenta. HEX triplet: 9B, 13 and 94. RGB value is (155,19,148). Sum of RGB (Red+Green+Blue) = 155+19+148=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 148 (58.20% from 255 or 45.96% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1394 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1394 is #64EC6B. Grayscale: #494949. Windows color (decimal): -6614124 or 9704347. OLE color: 9704347.

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

Color convert

RGB 155 19 148 -
CMYK 0 0.88 0.05 0.39
HSL 303.09º 0.78% 0.34% -
HSV(B) 303.09º 0.88% 0.61% -
XYZ 19.1 9.57 28.86 -
YUV 74.37 169.56 185.51 -
System Red Green Blue C M Y K H S L
Decimal 155 19 148 0 0.88 0.05 0.39 303.09 0.78 0.34
Hex 9B 13 94 0 58 5 27 12F 4E 22
Octal 233 23 224 0 130 5 47 457 116 42
Binary 10011011 10011 10010100 0 1011000 101 100111 100101111 1001110 100010

Color Harmonies of #9B1394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1394

Black with #9B1394

Text Example


Text Example

White with #9B1394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,19,148); }

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

background-color css

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

 a { background-color: rgb(155,19,148); }

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

border-color css

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

 span { border-color: rgb(155,19,148); }

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