Html Css Color HEX #8C079E Dark Magenta

📋 copy color: '#8C079E'

red 140 ◦ green 7 ◦ blue 158

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

Shades of Dark Magenta #8C079E

Tints of Dark Magenta #8C079E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.3%

 BLUE value IS 158 (62.11% from 255) = 51.8%

R = 45.9%
G = 2.3%
B = 51.8%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8C079E (or 0x8C079E) is known color: Dark Magenta. HEX triplet: 8C, 07 and 9E. RGB value is (140,7,158). Sum of RGB (Red+Green+Blue) = 140+7+158=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 158 (62.11% from 255 or 51.80% from 305); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C079E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C079E is #73F861. Grayscale: #3F3F3F. Windows color (decimal): -7600226 or 10356620. OLE color: 10356620.

HSL color Cylindrical-coordinate representation of color #8C079E: hue angle of 292.85º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C079E is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 7 158 -
CMYK 0.11 0.96 0 0.38
HSL 292.85º 0.92% 0.32% -
HSV(B) 292.85º 0.96% 0.62% -
XYZ 17.06 8.2 33.03 -
YUV 63.98 181.06 182.22 -
System Red Green Blue C M Y K H S L
Decimal 140 7 158 0.11 0.96 0 0.38 292.85 0.92 0.32
Hex 8C 7 9E B 60 0 26 125 5C 20
Octal 214 7 236 13 140 0 46 445 134 40
Binary 10001100 111 10011110 1011 1100000 0 100110 100100101 1011100 100000

Color Harmonies of #8C079E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C079E

Black with #8C079E

Text Example


Text Example

White with #8C079E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,7,158); }

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

background-color css

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

 a { background-color: rgb(140,7,158); }

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

border-color css

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

 span { border-color: rgb(140,7,158); }

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