Html Css Color HEX #8C199B Dark Magenta

📋 copy color: '#8C199B'

red 140 ◦ green 25 ◦ blue 155

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

Shades of Dark Magenta #8C199B

Tints of Dark Magenta #8C199B

RGB

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

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

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

R = 43.75%
G = 7.81%
B = 48.44%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8C199B (or 0x8C199B) is known color: Dark Magenta. HEX triplet: 8C, 19 and 9B. RGB value is (140,25,155). Sum of RGB (Red+Green+Blue) = 140+25+155=320 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.75% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C199B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C199B is #73E664. Grayscale: #494949. Windows color (decimal): -7595621 or 10164620. OLE color: 10164620.

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

Color convert

RGB 140 25 155 -
CMYK 0.10 0.84 0 0.39
HSL 293.08º 0.72% 0.35% -
HSV(B) 293.08º 0.84% 0.61% -
XYZ 17.08 8.64 31.78 -
YUV 74.21 173.6 174.93 -
System Red Green Blue C M Y K H S L
Decimal 140 25 155 0.10 0.84 0 0.39 293.08 0.72 0.35
Hex 8C 19 9B A 54 0 27 125 48 23
Octal 214 31 233 12 124 0 47 445 110 43
Binary 10001100 11001 10011011 1010 1010100 0 100111 100100101 1001000 100011

Color Harmonies of #8C199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C199B

Black with #8C199B

Text Example


Text Example

White with #8C199B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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