Html Css Color HEX #8D0683 Dark Magenta

📋 copy color: '#8D0683'

red 141 ◦ green 6 ◦ blue 131

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

Shades of Dark Magenta #8D0683

Tints of Dark Magenta #8D0683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 47.12%

R = 50.72%
G = 2.16%
B = 47.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#8D0683 (or 0x8D0683) is known color: Dark Magenta. HEX triplet: 8D, 06 and 83. RGB value is (141,6,131). Sum of RGB (Red+Green+Blue) = 141+6+131=278 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.72% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0683 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0683 is #72F97C. Grayscale: #3C3C3C. Windows color (decimal): -7534973 or 8586893. OLE color: 8586893.

HSL color Cylindrical-coordinate representation of color #8D0683: hue angle of 304.44º 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 #8D0683 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 6 131 -
CMYK 0 0.96 0.07 0.45
HSL 304.44º 0.92% 0.29% -
HSV(B) 304.44º 0.96% 0.55% -
XYZ 15.15 7.43 22.11 -
YUV 60.62 167.73 185.34 -
System Red Green Blue C M Y K H S L
Decimal 141 6 131 0 0.96 0.07 0.45 304.44 0.92 0.29
Hex 8D 6 83 0 60 7 2D 130 5C 1D
Octal 215 6 203 0 140 7 55 460 134 35
Binary 10001101 110 10000011 0 1100000 111 101101 100110000 1011100 11101

Color Harmonies of #8D0683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0683

Black with #8D0683

Text Example


Text Example

White with #8D0683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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