Html Css Color HEX #8D0688 Dark Magenta

📋 copy color: '#8D0688'

red 141 ◦ green 6 ◦ blue 136

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

Shades of Dark Magenta #8D0688

Tints of Dark Magenta #8D0688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 48.06%

R = 49.82%
G = 2.12%
B = 48.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8D0688 (or 0x8D0688) is known color: Dark Magenta. HEX triplet: 8D, 06 and 88. RGB value is (141,6,136). Sum of RGB (Red+Green+Blue) = 141+6+136=283 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.82% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 136 (53.52% from 255 or 48.06% from 283); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0688 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0688 is #72F977. Grayscale: #3C3C3C. Windows color (decimal): -7534968 or 8914573. OLE color: 8914573.

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

Color convert

RGB 141 6 136 -
CMYK 0 0.96 0.04 0.45
HSL 302.22º 0.92% 0.29% -
HSV(B) 302.22º 0.96% 0.55% -
XYZ 15.49 7.57 23.94 -
YUV 61.19 170.23 184.93 -
System Red Green Blue C M Y K H S L
Decimal 141 6 136 0 0.96 0.04 0.45 302.22 0.92 0.29
Hex 8D 6 88 0 60 4 2D 12E 5C 1D
Octal 215 6 210 0 140 4 55 456 134 35
Binary 10001101 110 10001000 0 1100000 100 101101 100101110 1011100 11101

Color Harmonies of #8D0688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0688

Black with #8D0688

Text Example


Text Example

White with #8D0688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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