Html Css Color HEX #9B109F Dark Magenta

📋 copy color: '#9B109F'

red 155 ◦ green 16 ◦ blue 159

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

Shades of Dark Magenta #9B109F

Tints of Dark Magenta #9B109F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.85%

 BLUE value IS 159 (62.5% from 255) = 48.18%

R = 46.97%
G = 4.85%
B = 48.18%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9B109F (or 0x9B109F) is known color: Dark Magenta. HEX triplet: 9B, 10 and 9F. RGB value is (155,16,159). Sum of RGB (Red+Green+Blue) = 155+16+159=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 159 - color contains mainly: blue. Hex color #9B109F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B109F is #64EF60. Grayscale: #494949. Windows color (decimal): -6614881 or 10424475. OLE color: 10424475.

HSL color Cylindrical-coordinate representation of color #9B109F: hue angle of 298.32º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B109F is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 155 16 159 -
CMYK 0.03 0.90 0 0.38
HSL 298.32º 0.82% 0.34% -
HSV(B) 298.32º 0.9% 0.62% -
XYZ 19.96 9.84 33.65 -
YUV 73.86 176.05 185.87 -
System Red Green Blue C M Y K H S L
Decimal 155 16 159 0.03 0.90 0 0.38 298.32 0.82 0.34
Hex 9B 10 9F 3 5A 0 26 12A 52 22
Octal 233 20 237 3 132 0 46 452 122 42
Binary 10011011 10000 10011111 11 1011010 0 100110 100101010 1010010 100010

Color Harmonies of #9B109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B109F

Black with #9B109F

Text Example


Text Example

White with #9B109F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,16,159); }

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

background-color css

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

 a { background-color: rgb(155,16,159); }

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

border-color css

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

 span { border-color: rgb(155,16,159); }

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