Html Css Color HEX #9B1894 Dark Magenta

📋 copy color: '#9B1894'

red 155 ◦ green 24 ◦ blue 148

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

Shades of Dark Magenta #9B1894

Tints of Dark Magenta #9B1894

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.34%

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

R = 47.4%
G = 7.34%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#9B1894 (or 0x9B1894) is known color: Dark Magenta. HEX triplet: 9B, 18 and 94. RGB value is (155,24,148). Sum of RGB (Red+Green+Blue) = 155+24+148=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1894 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1894 is #64E76B. Grayscale: #4C4C4C. Windows color (decimal): -6612844 or 9705627. OLE color: 9705627.

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

Color convert

RGB 155 24 148 -
CMYK 0 0.85 0.05 0.39
HSL 303.21º 0.73% 0.35% -
HSV(B) 303.21º 0.85% 0.61% -
XYZ 19.19 9.76 28.89 -
YUV 77.31 167.9 183.42 -
System Red Green Blue C M Y K H S L
Decimal 155 24 148 0 0.85 0.05 0.39 303.21 0.73 0.35
Hex 9B 18 94 0 55 5 27 12F 49 23
Octal 233 30 224 0 125 5 47 457 111 43
Binary 10011011 11000 10010100 0 1010101 101 100111 100101111 1001001 100011

Color Harmonies of #9B1894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1894

Black with #9B1894

Text Example


Text Example

White with #9B1894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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