Html Css Color HEX #8F1792 Dark Magenta

📋 copy color: '#8F1792'

red 143 ◦ green 23 ◦ blue 146

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

Shades of Dark Magenta #8F1792

Tints of Dark Magenta #8F1792

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.37%

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

R = 45.83%
G = 7.37%
B = 46.79%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8F1792 (or 0x8F1792) is known color: Dark Magenta. HEX triplet: 8F, 17 and 92. RGB value is (143,23,146). Sum of RGB (Red+Green+Blue) = 143+23+146=312 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.83% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F1792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1792 is #70E86D. Grayscale: #484848. Windows color (decimal): -7399534 or 9574287. OLE color: 9574287.

HSL color Cylindrical-coordinate representation of color #8F1792: hue angle of 298.54º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F1792 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 143 23 146 -
CMYK 0.02 0.84 0 0.43
HSL 298.54º 0.73% 0.33% -
HSV(B) 298.54º 0.84% 0.57% -
XYZ 16.82 8.53 27.95 -
YUV 72.9 169.26 178 -
System Red Green Blue C M Y K H S L
Decimal 143 23 146 0.02 0.84 0 0.43 298.54 0.73 0.33
Hex 8F 17 92 2 54 0 2B 12B 49 21
Octal 217 27 222 2 124 0 53 453 111 41
Binary 10001111 10111 10010010 10 1010100 0 101011 100101011 1001001 100001

Color Harmonies of #8F1792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1792

Black with #8F1792

Text Example


Text Example

White with #8F1792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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