Html Css Color HEX #8C109F Dark Magenta

📋 copy color: '#8C109F'

red 140 ◦ green 16 ◦ blue 159

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

Shades of Dark Magenta #8C109F

Tints of Dark Magenta #8C109F

RGB

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

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

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

R = 44.44%
G = 5.08%
B = 50.48%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8C109F (or 0x8C109F) is known color: Dark Magenta. HEX triplet: 8C, 10 and 9F. RGB value is (140,16,159). Sum of RGB (Red+Green+Blue) = 140+16+159=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #8C109F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C109F is #73EF60. Grayscale: #444444. Windows color (decimal): -7597921 or 10424460. OLE color: 10424460.

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

Color convert

RGB 140 16 159 -
CMYK 0.12 0.90 0 0.38
HSL 292.03º 0.82% 0.34% -
HSV(B) 292.03º 0.9% 0.62% -
XYZ 17.26 8.45 33.52 -
YUV 69.38 178.58 178.37 -
System Red Green Blue C M Y K H S L
Decimal 140 16 159 0.12 0.90 0 0.38 292.03 0.82 0.34
Hex 8C 10 9F C 5A 0 26 124 52 22
Octal 214 20 237 14 132 0 46 444 122 42
Binary 10001100 10000 10011111 1100 1011010 0 100110 100100100 1010010 100010

Color Harmonies of #8C109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C109F

Black with #8C109F

Text Example


Text Example

White with #8C109F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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