Html Css Color HEX #9B108E Dark Magenta

📋 copy color: '#9B108E'

red 155 ◦ green 16 ◦ blue 142

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

Shades of Dark Magenta #9B108E

Tints of Dark Magenta #9B108E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 45.37%

R = 49.52%
G = 5.11%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B108E (or 0x9B108E) is known color: Dark Magenta. HEX triplet: 9B, 10 and 8E. RGB value is (155,16,142). Sum of RGB (Red+Green+Blue) = 155+16+142=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 155 - color contains mainly: red. Hex color #9B108E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B108E is #64EF71. Grayscale: #474747. Windows color (decimal): -6614898 or 9310363. OLE color: 9310363.

HSL color Cylindrical-coordinate representation of color #9B108E: hue angle of 305.61º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B108E is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 16 142 -
CMYK 0 0.90 0.08 0.39
HSL 305.61º 0.81% 0.34% -
HSV(B) 305.61º 0.9% 0.61% -
XYZ 18.59 9.29 26.41 -
YUV 71.93 167.55 187.25 -
System Red Green Blue C M Y K H S L
Decimal 155 16 142 0 0.90 0.08 0.39 305.61 0.81 0.34
Hex 9B 10 8E 0 5A 8 27 132 51 22
Octal 233 20 216 0 132 10 47 462 121 42
Binary 10011011 10000 10001110 0 1011010 1000 100111 100110010 1010001 100010

Color Harmonies of #9B108E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B108E

Black with #9B108E

Text Example


Text Example

White with #9B108E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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