Html Css Color HEX #8D099C Dark Magenta

📋 copy color: '#8D099C'

red 141 ◦ green 9 ◦ blue 156

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

Shades of Dark Magenta #8D099C

Tints of Dark Magenta #8D099C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50.98%

R = 46.08%
G = 2.94%
B = 50.98%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8D099C (or 0x8D099C) is known color: Dark Magenta. HEX triplet: 8D, 09 and 9C. RGB value is (141,9,156). Sum of RGB (Red+Green+Blue) = 141+9+156=306 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.08% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #8D099C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D099C is #72F663. Grayscale: #404040. Windows color (decimal): -7534180 or 10226061. OLE color: 10226061.

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

Color convert

RGB 141 9 156 -
CMYK 0.10 0.94 0 0.39
HSL 293.88º 0.89% 0.32% -
HSV(B) 293.88º 0.94% 0.61% -
XYZ 17.08 8.26 32.15 -
YUV 65.23 179.23 182.05 -
System Red Green Blue C M Y K H S L
Decimal 141 9 156 0.10 0.94 0 0.39 293.88 0.89 0.32
Hex 8D 9 9C A 5E 0 27 126 59 20
Octal 215 11 234 12 136 0 47 446 131 40
Binary 10001101 1001 10011100 1010 1011110 0 100111 100100110 1011001 100000

Color Harmonies of #8D099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D099C

Black with #8D099C

Text Example


Text Example

White with #8D099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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