Html Css Color HEX #8D0096 Dark Magenta

📋 copy color: '#8D0096'

red 141 ◦ green 0 ◦ blue 150

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

Shades of Dark Magenta #8D0096

Tints of Dark Magenta #8D0096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.45%
G = 0%
B = 51.55%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8D0096 (or 0x8D0096) is known color: Dark Magenta. HEX triplet: 8D, 00 and 96. RGB value is (141,0,150). Sum of RGB (Red+Green+Blue) = 141+0+150=291 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.45% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 150 (58.98% from 255 or 51.55% from 291); Max value from RGB is 150 - color contains mainly: blue. Hex color #8D0096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0096 is #72FF69. Grayscale: #3A3A3A. Windows color (decimal): -7536490 or 9830541. OLE color: 9830541.

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

Color convert

RGB 141 0 150 -
CMYK 0.06 1 0 0.41
HSL 296.4º 1% 0.29% -
HSV(B) 296.4º 1% 0.59% -
XYZ 16.49 7.86 29.5 -
YUV 59.26 179.21 186.3 -
System Red Green Blue C M Y K H S L
Decimal 141 0 150 0.06 1 0 0.41 296.4 1 0.29
Hex 8D 0 96 6 64 0 29 128 64 1D
Octal 215 0 226 6 144 0 51 450 144 35
Binary 10001101 0 10010110 110 1100100 0 101001 100101000 1100100 11101

Color Harmonies of #8D0096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0096

Black with #8D0096

Text Example


Text Example

White with #8D0096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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