Html Css Color HEX #8D099B Dark Magenta

📋 copy color: '#8D099B'

red 141 ◦ green 9 ◦ blue 155

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

Shades of Dark Magenta #8D099B

Tints of Dark Magenta #8D099B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 50.82%

R = 46.23%
G = 2.95%
B = 50.82%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8D099B (or 0x8D099B) is known color: Dark Magenta. HEX triplet: 8D, 09 and 9B. RGB value is (141,9,155). Sum of RGB (Red+Green+Blue) = 141+9+155=305 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.23% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D099B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D099B is #72F664. Grayscale: #404040. Windows color (decimal): -7534181 or 10160525. OLE color: 10160525.

HSL color Cylindrical-coordinate representation of color #8D099B: hue angle of 294.25º 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 #8D099B is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 141 9 155 -
CMYK 0.09 0.94 0 0.39
HSL 294.25º 0.89% 0.32% -
HSV(B) 294.25º 0.94% 0.61% -
XYZ 17 8.22 31.7 -
YUV 65.11 178.73 182.13 -
System Red Green Blue C M Y K H S L
Decimal 141 9 155 0.09 0.94 0 0.39 294.25 0.89 0.32
Hex 8D 9 9B 9 5E 0 27 126 59 20
Octal 215 11 233 11 136 0 47 446 131 40
Binary 10001101 1001 10011011 1001 1011110 0 100111 100100110 1011001 100000

Color Harmonies of #8D099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D099B

Black with #8D099B

Text Example


Text Example

White with #8D099B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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