Html Css Color HEX #8C1D91 Dark Magenta

📋 copy color: '#8C1D91'

red 140 ◦ green 29 ◦ blue 145

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

Shades of Dark Magenta #8C1D91

Tints of Dark Magenta #8C1D91

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.24%

 BLUE value IS 145 (57.03% from 255) = 46.18%

R = 44.59%
G = 9.24%
B = 46.18%

CMYK

 C value IS 0.03

 M value IS 0.8

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8C1D91 (or 0x8C1D91) is known color: Dark Magenta. HEX triplet: 8C, 1D and 91. RGB value is (140,29,145). Sum of RGB (Red+Green+Blue) = 140+29+145=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 29 (11.72% from 255 or 9.24% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #8C1D91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C1D91 is #73E26E. Grayscale: #4B4B4B. Windows color (decimal): -7594607 or 9510284. OLE color: 9510284.

HSL color Cylindrical-coordinate representation of color #8C1D91: hue angle of 297.41º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C1D91 is Cyan = 0.03, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 140 29 145 -
CMYK 0.03 0.8 0 0.43
HSL 297.41º 0.67% 0.34% -
HSV(B) 297.41º 0.8% 0.57% -
XYZ 16.37 8.5 27.57 -
YUV 75.41 167.27 174.07 -
System Red Green Blue C M Y K H S L
Decimal 140 29 145 0.03 0.8 0 0.43 297.41 0.67 0.34
Hex 8C 1D 91 3 50 0 2B 129 43 22
Octal 214 35 221 3 120 0 53 451 103 42
Binary 10001100 11101 10010001 11 1010000 0 101011 100101001 1000011 100010

Color Harmonies of #8C1D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1D91

Black with #8C1D91

Text Example


Text Example

White with #8C1D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,29,145); }

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

background-color css

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

 a { background-color: rgb(140,29,145); }

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

border-color css

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

 span { border-color: rgb(140,29,145); }

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