Html Css Color HEX #8F188D Dark Magenta

📋 copy color: '#8F188D'

red 143 ◦ green 24 ◦ blue 141

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

Shades of Dark Magenta #8F188D

Tints of Dark Magenta #8F188D

RGB

 RED value IS 143 (56.25% from 255) = 46.43%

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

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

R = 46.43%
G = 7.79%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8F188D (or 0x8F188D) is known color: Dark Magenta. HEX triplet: 8F, 18 and 8D. RGB value is (143,24,141). Sum of RGB (Red+Green+Blue) = 143+24+141=308 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.43% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 143 - color contains mainly: red. Hex color #8F188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F188D is #70E772. Grayscale: #484848. Windows color (decimal): -7399283 or 9246863. OLE color: 9246863.

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

Color convert

RGB 143 24 141 -
CMYK 0 0.83 0.01 0.44
HSL 301.01º 0.71% 0.33% -
HSV(B) 301.01º 0.83% 0.56% -
XYZ 16.46 8.42 25.96 -
YUV 72.92 166.42 177.99 -
System Red Green Blue C M Y K H S L
Decimal 143 24 141 0 0.83 0.01 0.44 301.01 0.71 0.33
Hex 8F 18 8D 0 53 1 2C 12D 47 21
Octal 217 30 215 0 123 1 54 455 107 41
Binary 10001111 11000 10001101 0 1010011 1 101100 100101101 1000111 100001

Color Harmonies of #8F188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F188D

Black with #8F188D

Text Example


Text Example

White with #8F188D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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