Html Css Color HEX #8D0792 Dark Magenta

📋 copy color: '#8D0792'

red 141 ◦ green 7 ◦ blue 146

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

Shades of Dark Magenta #8D0792

Tints of Dark Magenta #8D0792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 49.66%

R = 47.96%
G = 2.38%
B = 49.66%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8D0792 (or 0x8D0792) is known color: Dark Magenta. HEX triplet: 8D, 07 and 92. RGB value is (141,7,146). Sum of RGB (Red+Green+Blue) = 141+7+146=294 (38% of max value = 765). Red value is 141 (55.47% from 255 or 47.96% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #8D0792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0792 is #72F86D. Grayscale: #3E3E3E. Windows color (decimal): -7534702 or 9570189. OLE color: 9570189.

HSL color Cylindrical-coordinate representation of color #8D0792: hue angle of 297.84º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D0792 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 141 7 146 -
CMYK 0.03 0.95 0 0.43
HSL 297.84º 0.91% 0.3% -
HSV(B) 297.84º 0.95% 0.57% -
XYZ 16.25 7.89 27.86 -
YUV 62.91 174.89 183.7 -
System Red Green Blue C M Y K H S L
Decimal 141 7 146 0.03 0.95 0 0.43 297.84 0.91 0.3
Hex 8D 7 92 3 5F 0 2B 12A 5B 1E
Octal 215 7 222 3 137 0 53 452 133 36
Binary 10001101 111 10010010 11 1011111 0 101011 100101010 1011011 11110

Color Harmonies of #8D0792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0792

Black with #8D0792

Text Example


Text Example

White with #8D0792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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