Html Css Color HEX #8D0681 Dark Magenta

📋 copy color: '#8D0681'

red 141 ◦ green 6 ◦ blue 129

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

Shades of Dark Magenta #8D0681

Tints of Dark Magenta #8D0681

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

 BLUE value IS 129 (50.78% from 255) = 46.74%

R = 51.09%
G = 2.17%
B = 46.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8D0681 (or 0x8D0681) is known color: Dark Magenta. HEX triplet: 8D, 06 and 81. RGB value is (141,6,129). Sum of RGB (Red+Green+Blue) = 141+6+129=276 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.09% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0681 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0681 is #72F97E. Grayscale: #3C3C3C. Windows color (decimal): -7534975 or 8455821. OLE color: 8455821.

HSL color Cylindrical-coordinate representation of color #8D0681: hue angle of 305.33º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D0681 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 6 129 -
CMYK 0 0.96 0.09 0.45
HSL 305.33º 0.92% 0.29% -
HSV(B) 305.33º 0.96% 0.55% -
XYZ 15.01 7.38 21.4 -
YUV 60.39 166.73 185.5 -
System Red Green Blue C M Y K H S L
Decimal 141 6 129 0 0.96 0.09 0.45 305.33 0.92 0.29
Hex 8D 6 81 0 60 9 2D 131 5C 1D
Octal 215 6 201 0 140 11 55 461 134 35
Binary 10001101 110 10000001 0 1100000 1001 101101 100110001 1011100 11101

Color Harmonies of #8D0681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0681

Black with #8D0681

Text Example


Text Example

White with #8D0681

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,6,129); }

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

background-color css

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

 a { background-color: rgb(141,6,129); }

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

border-color css

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

 span { border-color: rgb(141,6,129); }

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