Html Css Color HEX #8C109B Dark Magenta

📋 copy color: '#8C109B'

red 140 ◦ green 16 ◦ blue 155

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

Shades of Dark Magenta #8C109B

Tints of Dark Magenta #8C109B

RGB

 RED value IS 140 (55.08% from 255) = 45.02%

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

 BLUE value IS 155 (60.94% from 255) = 49.84%

R = 45.02%
G = 5.14%
B = 49.84%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8C109B (or 0x8C109B) is known color: Dark Magenta. HEX triplet: 8C, 10 and 9B. RGB value is (140,16,155). Sum of RGB (Red+Green+Blue) = 140+16+155=311 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.02% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C109B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C109B is #73EF64. Grayscale: #444444. Windows color (decimal): -7597925 or 10162316. OLE color: 10162316.

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

Color convert

RGB 140 16 155 -
CMYK 0.10 0.90 0 0.39
HSL 293.53º 0.81% 0.34% -
HSV(B) 293.53º 0.9% 0.61% -
XYZ 16.92 8.31 31.72 -
YUV 68.92 176.58 178.7 -
System Red Green Blue C M Y K H S L
Decimal 140 16 155 0.10 0.90 0 0.39 293.53 0.81 0.34
Hex 8C 10 9B A 5A 0 27 126 51 22
Octal 214 20 233 12 132 0 47 446 121 42
Binary 10001100 10000 10011011 1010 1011010 0 100111 100100110 1010001 100010

Color Harmonies of #8C109B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C109B

Black with #8C109B

Text Example


Text Example

White with #8C109B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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