Html Css Color HEX #8C198D Dark Magenta

📋 copy color: '#8C198D'

red 140 ◦ green 25 ◦ blue 141

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

Shades of Dark Magenta #8C198D

Tints of Dark Magenta #8C198D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 46.08%

R = 45.75%
G = 8.17%
B = 46.08%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8C198D (or 0x8C198D) is known color: Dark Magenta. HEX triplet: 8C, 19 and 8D. RGB value is (140,25,141). Sum of RGB (Red+Green+Blue) = 140+25+141=306 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.75% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C198D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C198D is #73E672. Grayscale: #484848. Windows color (decimal): -7595635 or 9247116. OLE color: 9247116.

HSL color Cylindrical-coordinate representation of color #8C198D: hue angle of 299.48º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C198D is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 25 141 -
CMYK 0.01 0.82 0 0.45
HSL 299.48º 0.7% 0.33% -
HSV(B) 299.48º 0.82% 0.55% -
XYZ 15.97 8.19 25.94 -
YUV 72.61 166.6 176.07 -
System Red Green Blue C M Y K H S L
Decimal 140 25 141 0.01 0.82 0 0.45 299.48 0.7 0.33
Hex 8C 19 8D 1 52 0 2D 12B 46 21
Octal 214 31 215 1 122 0 55 453 106 41
Binary 10001100 11001 10001101 1 1010010 0 101101 100101011 1000110 100001

Color Harmonies of #8C198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C198D

Black with #8C198D

Text Example


Text Example

White with #8C198D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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