Html Css Color HEX #8D069A Dark Magenta

📋 copy color: '#8D069A'

red 141 ◦ green 6 ◦ blue 154

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

Shades of Dark Magenta #8D069A

Tints of Dark Magenta #8D069A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 51.16%

R = 46.84%
G = 1.99%
B = 51.16%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8D069A (or 0x8D069A) is known color: Dark Magenta. HEX triplet: 8D, 06 and 9A. RGB value is (141,6,154). Sum of RGB (Red+Green+Blue) = 141+6+154=301 (39% of max value = 765). Red value is 141 (55.47% from 255 or 46.84% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #8D069A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D069A is #72F965. Grayscale: #3E3E3E. Windows color (decimal): -7534950 or 10094221. OLE color: 10094221.

HSL color Cylindrical-coordinate representation of color #8D069A: hue angle of 294.73º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D069A is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 141 6 154 -
CMYK 0.08 0.96 0 0.40
HSL 294.73º 0.93% 0.31% -
HSV(B) 294.73º 0.96% 0.6% -
XYZ 16.88 8.13 31.25 -
YUV 63.24 179.23 183.47 -
System Red Green Blue C M Y K H S L
Decimal 141 6 154 0.08 0.96 0 0.40 294.73 0.93 0.31
Hex 8D 6 9A 8 60 0 28 127 5C 1F
Octal 215 6 232 10 140 0 50 447 134 37
Binary 10001101 110 10011010 1000 1100000 0 101000 100100111 1011100 11111

Color Harmonies of #8D069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D069A

Black with #8D069A

Text Example


Text Example

White with #8D069A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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