Html Css Color HEX #8D09AD Dark Magenta

📋 copy color: '#8D09AD'

red 141 ◦ green 9 ◦ blue 173

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

Shades of Dark Magenta #8D09AD

Tints of Dark Magenta #8D09AD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.79%

 BLUE value IS 173 (67.97% from 255) = 53.56%

R = 43.65%
G = 2.79%
B = 53.56%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8D09AD (or 0x8D09AD) is known color: Dark Magenta. HEX triplet: 8D, 09 and AD. RGB value is (141,9,173). Sum of RGB (Red+Green+Blue) = 141+9+173=323 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.65% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D09AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D09AD is #72F652. Grayscale: #424242. Windows color (decimal): -7534163 or 11340173. OLE color: 11340173.

HSL color Cylindrical-coordinate representation of color #8D09AD: hue angle of 288.29º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D09AD is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 141 9 173 -
CMYK 0.18 0.95 0 0.32
HSL 288.29º 0.9% 0.36% -
HSV(B) 288.29º 0.95% 0.68% -
XYZ 18.63 8.88 40.27 -
YUV 67.16 187.73 180.66 -
System Red Green Blue C M Y K H S L
Decimal 141 9 173 0.18 0.95 0 0.32 288.29 0.9 0.36
Hex 8D 9 AD 12 5F 0 20 120 5A 24
Octal 215 11 255 22 137 0 40 440 132 44
Binary 10001101 1001 10101101 10010 1011111 0 100000 100100000 1011010 100100

Color Harmonies of #8D09AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D09AD

Black with #8D09AD

Text Example


Text Example

White with #8D09AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,9,173); }

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

background-color css

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

 a { background-color: rgb(141,9,173); }

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

border-color css

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

 span { border-color: rgb(141,9,173); }

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