Html Css Color HEX #9B1990 Dark Magenta

📋 copy color: '#9B1990'

red 155 ◦ green 25 ◦ blue 144

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

Shades of Dark Magenta #9B1990

Tints of Dark Magenta #9B1990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.72%

 BLUE value IS 144 (56.64% from 255) = 44.44%

R = 47.84%
G = 7.72%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#9B1990 (or 0x9B1990) is known color: Dark Magenta. HEX triplet: 9B, 19 and 90. RGB value is (155,25,144). Sum of RGB (Red+Green+Blue) = 155+25+144=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1990 is #64E66F. Grayscale: #4D4D4D. Windows color (decimal): -6612592 or 9443739. OLE color: 9443739.

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

Color convert

RGB 155 25 144 -
CMYK 0 0.84 0.07 0.39
HSL 305.08º 0.72% 0.35% -
HSV(B) 305.08º 0.84% 0.61% -
XYZ 18.9 9.68 27.26 -
YUV 77.44 165.57 183.32 -
System Red Green Blue C M Y K H S L
Decimal 155 25 144 0 0.84 0.07 0.39 305.08 0.72 0.35
Hex 9B 19 90 0 54 7 27 131 48 23
Octal 233 31 220 0 124 7 47 461 110 43
Binary 10011011 11001 10010000 0 1010100 111 100111 100110001 1001000 100011

Color Harmonies of #9B1990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1990

Black with #9B1990

Text Example


Text Example

White with #9B1990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,25,144); }

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

background-color css

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

 a { background-color: rgb(155,25,144); }

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

border-color css

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

 span { border-color: rgb(155,25,144); }

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