Html Css Color HEX #8D089E Dark Magenta

📋 copy color: '#8D089E'

red 141 ◦ green 8 ◦ blue 158

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

Shades of Dark Magenta #8D089E

Tints of Dark Magenta #8D089E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.61%

 BLUE value IS 158 (62.11% from 255) = 51.47%

R = 45.93%
G = 2.61%
B = 51.47%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8D089E (or 0x8D089E) is known color: Dark Magenta. HEX triplet: 8D, 08 and 9E. RGB value is (141,8,158). Sum of RGB (Red+Green+Blue) = 141+8+158=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #8D089E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D089E is #72F761. Grayscale: #404040. Windows color (decimal): -7534434 or 10356877. OLE color: 10356877.

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

Color convert

RGB 141 8 158 -
CMYK 0.11 0.95 0 0.38
HSL 293.2º 0.9% 0.33% -
HSV(B) 293.2º 0.95% 0.62% -
XYZ 17.24 8.31 33.04 -
YUV 64.87 180.56 182.3 -
System Red Green Blue C M Y K H S L
Decimal 141 8 158 0.11 0.95 0 0.38 293.2 0.9 0.33
Hex 8D 8 9E B 5F 0 26 125 5A 21
Octal 215 10 236 13 137 0 46 445 132 41
Binary 10001101 1000 10011110 1011 1011111 0 100110 100100101 1011010 100001

Color Harmonies of #8D089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D089E

Black with #8D089E

Text Example


Text Example

White with #8D089E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,8,158); }

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

background-color css

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

 a { background-color: rgb(141,8,158); }

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

border-color css

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

 span { border-color: rgb(141,8,158); }

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