Html Css Color HEX #8C1095 Dark Magenta

📋 copy color: '#8C1095'

red 140 ◦ green 16 ◦ blue 149

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

Shades of Dark Magenta #8C1095

Tints of Dark Magenta #8C1095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 48.85%

R = 45.9%
G = 5.25%
B = 48.85%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8C1095 (or 0x8C1095) is known color: Dark Magenta. HEX triplet: 8C, 10 and 95. RGB value is (140,16,149). Sum of RGB (Red+Green+Blue) = 140+16+149=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 149 - color contains mainly: blue. Hex color #8C1095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C1095 is #73EF6A. Grayscale: #434343. Windows color (decimal): -7597931 or 9769100. OLE color: 9769100.

HSL color Cylindrical-coordinate representation of color #8C1095: hue angle of 295.94º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C1095 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 140 16 149 -
CMYK 0.06 0.89 0 0.42
HSL 295.94º 0.81% 0.32% -
HSV(B) 295.94º 0.89% 0.58% -
XYZ 16.43 8.12 29.13 -
YUV 68.24 173.58 179.19 -
System Red Green Blue C M Y K H S L
Decimal 140 16 149 0.06 0.89 0 0.42 295.94 0.81 0.32
Hex 8C 10 95 6 59 0 2A 128 51 20
Octal 214 20 225 6 131 0 52 450 121 40
Binary 10001100 10000 10010101 110 1011001 0 101010 100101000 1010001 100000

Color Harmonies of #8C1095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1095

Black with #8C1095

Text Example


Text Example

White with #8C1095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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