Html Css Color HEX #8D079F Dark Magenta

📋 copy color: '#8D079F'

red 141 ◦ green 7 ◦ blue 159

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

Shades of Dark Magenta #8D079F

Tints of Dark Magenta #8D079F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.28%

 BLUE value IS 159 (62.5% from 255) = 51.79%

R = 45.93%
G = 2.28%
B = 51.79%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8D079F (or 0x8D079F) is known color: Dark Magenta. HEX triplet: 8D, 07 and 9F. RGB value is (141,7,159). Sum of RGB (Red+Green+Blue) = 141+7+159=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #8D079F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D079F is #72F860. Grayscale: #3F3F3F. Windows color (decimal): -7534689 or 10422157. OLE color: 10422157.

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

Color convert

RGB 141 7 159 -
CMYK 0.11 0.96 0 0.38
HSL 292.89º 0.92% 0.33% -
HSV(B) 292.89º 0.96% 0.62% -
XYZ 17.32 8.32 33.49 -
YUV 64.39 181.39 182.64 -
System Red Green Blue C M Y K H S L
Decimal 141 7 159 0.11 0.96 0 0.38 292.89 0.92 0.33
Hex 8D 7 9F B 60 0 26 125 5C 21
Octal 215 7 237 13 140 0 46 445 134 41
Binary 10001101 111 10011111 1011 1100000 0 100110 100100101 1011100 100001

Color Harmonies of #8D079F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D079F

Black with #8D079F

Text Example


Text Example

White with #8D079F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,7,159); }

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

background-color css

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

 a { background-color: rgb(141,7,159); }

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

border-color css

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

 span { border-color: rgb(141,7,159); }

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