Html Css Color HEX #8C199A Dark Magenta

📋 copy color: '#8C199A'

red 140 ◦ green 25 ◦ blue 154

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

Shades of Dark Magenta #8C199A

Tints of Dark Magenta #8C199A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.84%

 BLUE value IS 154 (60.55% from 255) = 48.28%

R = 43.89%
G = 7.84%
B = 48.28%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8C199A (or 0x8C199A) is known color: Dark Magenta. HEX triplet: 8C, 19 and 9A. RGB value is (140,25,154). Sum of RGB (Red+Green+Blue) = 140+25+154=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 154 - color contains mainly: blue. Hex color #8C199A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C199A is #73E665. Grayscale: #494949. Windows color (decimal): -7595622 or 10099084. OLE color: 10099084.

HSL color Cylindrical-coordinate representation of color #8C199A: hue angle of 293.49º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C199A is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 140 25 154 -
CMYK 0.09 0.84 0 0.40
HSL 293.49º 0.72% 0.35% -
HSV(B) 293.49º 0.84% 0.6% -
XYZ 17 8.6 31.34 -
YUV 74.09 173.1 175.01 -
System Red Green Blue C M Y K H S L
Decimal 140 25 154 0.09 0.84 0 0.40 293.49 0.72 0.35
Hex 8C 19 9A 9 54 0 28 125 48 23
Octal 214 31 232 11 124 0 50 445 110 43
Binary 10001100 11001 10011010 1001 1010100 0 101000 100100101 1001000 100011

Color Harmonies of #8C199A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C199A

Black with #8C199A

Text Example


Text Example

White with #8C199A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,25,154); }

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

background-color css

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

 a { background-color: rgb(140,25,154); }

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

border-color css

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

 span { border-color: rgb(140,25,154); }

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