Html Css Color HEX #8D1C96 Dark Magenta

📋 copy color: '#8D1C96'

red 141 ◦ green 28 ◦ blue 150

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

Shades of Dark Magenta #8D1C96

Tints of Dark Magenta #8D1C96

RGB

 RED value IS 141 (55.47% from 255) = 44.2%

 GREEN value IS 28 (11.33% from 255) = 8.78%

 BLUE value IS 150 (58.98% from 255) = 47.02%

R = 44.2%
G = 8.78%
B = 47.02%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8D1C96 (or 0x8D1C96) is known color: Dark Magenta. HEX triplet: 8D, 1C and 96. RGB value is (141,28,150). Sum of RGB (Red+Green+Blue) = 141+28+150=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 150 - color contains mainly: blue. Hex color #8D1C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1C96 is #72E369. Grayscale: #4B4B4B. Windows color (decimal): -7529322 or 9837709. OLE color: 9837709.

HSL color Cylindrical-coordinate representation of color #8D1C96: hue angle of 295.57º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D1C96 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 141 28 150 -
CMYK 0.06 0.81 0 0.41
HSL 295.57º 0.69% 0.35% -
HSV(B) 295.57º 0.81% 0.59% -
XYZ 16.9 8.7 29.64 -
YUV 75.7 169.94 174.58 -
System Red Green Blue C M Y K H S L
Decimal 141 28 150 0.06 0.81 0 0.41 295.57 0.69 0.35
Hex 8D 1C 96 6 51 0 29 128 45 23
Octal 215 34 226 6 121 0 51 450 105 43
Binary 10001101 11100 10010110 110 1010001 0 101001 100101000 1000101 100011

Color Harmonies of #8D1C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1C96

Black with #8D1C96

Text Example


Text Example

White with #8D1C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,28,150); }

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

background-color css

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

 a { background-color: rgb(141,28,150); }

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

border-color css

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

 span { border-color: rgb(141,28,150); }

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