Html Css Color HEX #8F0792 Dark Magenta

📋 copy color: '#8F0792'

red 143 ◦ green 7 ◦ blue 146

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

Shades of Dark Magenta #8F0792

Tints of Dark Magenta #8F0792

RGB

 RED value IS 143 (56.25% from 255) = 48.31%

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

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

R = 48.31%
G = 2.36%
B = 49.32%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8F0792 (or 0x8F0792) is known color: Dark Magenta. HEX triplet: 8F, 07 and 92. RGB value is (143,7,146). Sum of RGB (Red+Green+Blue) = 143+7+146=296 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.31% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F0792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0792 is #70F86D. Grayscale: #3F3F3F. Windows color (decimal): -7403630 or 9570191. OLE color: 9570191.

HSL color Cylindrical-coordinate representation of color #8F0792: hue angle of 298.71º 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 #8F0792 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 143 7 146 -
CMYK 0.02 0.95 0 0.43
HSL 298.71º 0.91% 0.3% -
HSV(B) 298.71º 0.95% 0.57% -
XYZ 16.59 8.07 27.88 -
YUV 63.51 174.56 184.7 -
System Red Green Blue C M Y K H S L
Decimal 143 7 146 0.02 0.95 0 0.43 298.71 0.91 0.3
Hex 8F 7 92 2 5F 0 2B 12B 5B 1E
Octal 217 7 222 2 137 0 53 453 133 36
Binary 10001111 111 10010010 10 1011111 0 101011 100101011 1011011 11110

Color Harmonies of #8F0792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0792

Black with #8F0792

Text Example


Text Example

White with #8F0792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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