Html Css Color HEX #9B1690 Dark Magenta

📋 copy color: '#9B1690'

red 155 ◦ green 22 ◦ blue 144

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

Shades of Dark Magenta #9B1690

Tints of Dark Magenta #9B1690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.85%

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

R = 48.29%
G = 6.85%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#9B1690 (or 0x9B1690) is known color: Dark Magenta. HEX triplet: 9B, 16 and 90. RGB value is (155,22,144). Sum of RGB (Red+Green+Blue) = 155+22+144=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1690 is #64E96F. Grayscale: #4B4B4B. Windows color (decimal): -6613360 or 9442971. OLE color: 9442971.

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

Color convert

RGB 155 22 144 -
CMYK 0 0.86 0.07 0.39
HSL 304.96º 0.75% 0.35% -
HSV(B) 304.96º 0.86% 0.61% -
XYZ 18.84 9.56 27.24 -
YUV 75.68 166.56 184.58 -
System Red Green Blue C M Y K H S L
Decimal 155 22 144 0 0.86 0.07 0.39 304.96 0.75 0.35
Hex 9B 16 90 0 56 7 27 131 4B 23
Octal 233 26 220 0 126 7 47 461 113 43
Binary 10011011 10110 10010000 0 1010110 111 100111 100110001 1001011 100011

Color Harmonies of #9B1690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1690

Black with #9B1690

Text Example


Text Example

White with #9B1690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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