Html Css Color HEX #8D099D Dark Magenta

📋 copy color: '#8D099D'

red 141 ◦ green 9 ◦ blue 157

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

Shades of Dark Magenta #8D099D

Tints of Dark Magenta #8D099D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 51.14%

R = 45.93%
G = 2.93%
B = 51.14%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8D099D (or 0x8D099D) is known color: Dark Magenta. HEX triplet: 8D, 09 and 9D. RGB value is (141,9,157). Sum of RGB (Red+Green+Blue) = 141+9+157=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D099D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D099D is #72F662. Grayscale: #404040. Windows color (decimal): -7534179 or 10291597. OLE color: 10291597.

HSL color Cylindrical-coordinate representation of color #8D099D: hue angle of 293.51º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D099D is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 141 9 157 -
CMYK 0.10 0.94 0 0.38
HSL 293.51º 0.89% 0.33% -
HSV(B) 293.51º 0.94% 0.62% -
XYZ 17.17 8.29 32.59 -
YUV 65.34 179.73 181.97 -
System Red Green Blue C M Y K H S L
Decimal 141 9 157 0.10 0.94 0 0.38 293.51 0.89 0.33
Hex 8D 9 9D A 5E 0 26 126 59 21
Octal 215 11 235 12 136 0 46 446 131 41
Binary 10001101 1001 10011101 1010 1011110 0 100110 100100110 1011001 100001

Color Harmonies of #8D099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D099D

Black with #8D099D

Text Example


Text Example

White with #8D099D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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