Html Css Color HEX #8B109F Dark Magenta

📋 copy color: '#8B109F'

red 139 ◦ green 16 ◦ blue 159

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

Shades of Dark Magenta #8B109F

Tints of Dark Magenta #8B109F

RGB

 RED value IS 139 (54.69% from 255) = 44.27%

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

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

R = 44.27%
G = 5.1%
B = 50.64%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8B109F (or 0x8B109F) is known color: Dark Magenta. HEX triplet: 8B, 10 and 9F. RGB value is (139,16,159). Sum of RGB (Red+Green+Blue) = 139+16+159=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B109F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B109F is #74EF60. Grayscale: #444444. Windows color (decimal): -7663457 or 10424459. OLE color: 10424459.

HSL color Cylindrical-coordinate representation of color #8B109F: hue angle of 291.61º 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 #8B109F is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 139 16 159 -
CMYK 0.13 0.90 0 0.38
HSL 291.61º 0.82% 0.34% -
HSV(B) 291.61º 0.9% 0.62% -
XYZ 17.09 8.36 33.51 -
YUV 69.08 178.75 177.87 -
System Red Green Blue C M Y K H S L
Decimal 139 16 159 0.13 0.90 0 0.38 291.61 0.82 0.34
Hex 8B 10 9F D 5A 0 26 124 52 22
Octal 213 20 237 15 132 0 46 444 122 42
Binary 10001011 10000 10011111 1101 1011010 0 100110 100100100 1010010 100010

Color Harmonies of #8B109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B109F

Black with #8B109F

Text Example


Text Example

White with #8B109F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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