Html Css Color HEX #8D0895 Dark Magenta

📋 copy color: '#8D0895'

red 141 ◦ green 8 ◦ blue 149

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

Shades of Dark Magenta #8D0895

Tints of Dark Magenta #8D0895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 50%

R = 47.32%
G = 2.68%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8D0895 (or 0x8D0895) is known color: Dark Magenta. HEX triplet: 8D, 08 and 95. RGB value is (141,8,149). Sum of RGB (Red+Green+Blue) = 141+8+149=298 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.32% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #8D0895 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0895 is #72F76A. Grayscale: #3F3F3F. Windows color (decimal): -7534443 or 9767053. OLE color: 9767053.

HSL color Cylindrical-coordinate representation of color #8D0895: hue angle of 296.6º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D0895 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 141 8 149 -
CMYK 0.05 0.95 0 0.42
HSL 296.6º 0.9% 0.31% -
HSV(B) 296.6º 0.95% 0.58% -
XYZ 16.5 8.01 29.11 -
YUV 63.84 176.06 183.04 -
System Red Green Blue C M Y K H S L
Decimal 141 8 149 0.05 0.95 0 0.42 296.6 0.9 0.31
Hex 8D 8 95 5 5F 0 2A 129 5A 1F
Octal 215 10 225 5 137 0 52 451 132 37
Binary 10001101 1000 10010101 101 1011111 0 101010 100101001 1011010 11111

Color Harmonies of #8D0895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0895

Black with #8D0895

Text Example


Text Example

White with #8D0895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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