Html Css Color HEX #8C189F Dark Magenta

📋 copy color: '#8C189F'

red 140 ◦ green 24 ◦ blue 159

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

Shades of Dark Magenta #8C189F

Tints of Dark Magenta #8C189F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.43%

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

R = 43.34%
G = 7.43%
B = 49.23%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8C189F (or 0x8C189F) is known color: Dark Magenta. HEX triplet: 8C, 18 and 9F. RGB value is (140,24,159). Sum of RGB (Red+Green+Blue) = 140+24+159=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #8C189F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C189F is #73E760. Grayscale: #494949. Windows color (decimal): -7595873 or 10426508. OLE color: 10426508.

HSL color Cylindrical-coordinate representation of color #8C189F: hue angle of 291.56º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C189F is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 24 159 -
CMYK 0.12 0.85 0 0.38
HSL 291.56º 0.74% 0.36% -
HSV(B) 291.56º 0.85% 0.62% -
XYZ 17.4 8.73 33.57 -
YUV 74.07 175.93 175.02 -
System Red Green Blue C M Y K H S L
Decimal 140 24 159 0.12 0.85 0 0.38 291.56 0.74 0.36
Hex 8C 18 9F C 55 0 26 124 4A 24
Octal 214 30 237 14 125 0 46 444 112 44
Binary 10001100 11000 10011111 1100 1010101 0 100110 100100100 1001010 100100

Color Harmonies of #8C189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C189F

Black with #8C189F

Text Example


Text Example

White with #8C189F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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