Html Css Color HEX #8C188D Dark Magenta

📋 copy color: '#8C188D'

red 140 ◦ green 24 ◦ blue 141

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

Shades of Dark Magenta #8C188D

Tints of Dark Magenta #8C188D

RGB

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

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

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

R = 45.9%
G = 7.87%
B = 46.23%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8C188D (or 0x8C188D) is known color: Dark Magenta. HEX triplet: 8C, 18 and 8D. RGB value is (140,24,141). Sum of RGB (Red+Green+Blue) = 140+24+141=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C188D is #73E772. Grayscale: #474747. Windows color (decimal): -7595891 or 9246860. OLE color: 9246860.

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

Color convert

RGB 140 24 141 -
CMYK 0.01 0.83 0 0.45
HSL 299.49º 0.71% 0.32% -
HSV(B) 299.49º 0.83% 0.55% -
XYZ 15.95 8.15 25.93 -
YUV 72.02 166.93 176.49 -
System Red Green Blue C M Y K H S L
Decimal 140 24 141 0.01 0.83 0 0.45 299.49 0.71 0.32
Hex 8C 18 8D 1 53 0 2D 12B 47 20
Octal 214 30 215 1 123 0 55 453 107 40
Binary 10001100 11000 10001101 1 1010011 0 101101 100101011 1000111 100000

Color Harmonies of #8C188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C188D

Black with #8C188D

Text Example


Text Example

White with #8C188D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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