Html Css Color HEX #8F1392 Dark Magenta

📋 copy color: '#8F1392'

red 143 ◦ green 19 ◦ blue 146

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

Shades of Dark Magenta #8F1392

Tints of Dark Magenta #8F1392

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.17%

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

R = 46.43%
G = 6.17%
B = 47.4%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8F1392 (or 0x8F1392) is known color: Dark Magenta. HEX triplet: 8F, 13 and 92. RGB value is (143,19,146). Sum of RGB (Red+Green+Blue) = 143+19+146=308 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.43% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F1392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1392 is #70EC6D. Grayscale: #464646. Windows color (decimal): -7400558 or 9573263. OLE color: 9573263.

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

Color convert

RGB 143 19 146 -
CMYK 0.02 0.87 0 0.43
HSL 298.58º 0.77% 0.32% -
HSV(B) 298.58º 0.87% 0.57% -
XYZ 16.75 8.38 27.93 -
YUV 70.55 170.58 179.67 -
System Red Green Blue C M Y K H S L
Decimal 143 19 146 0.02 0.87 0 0.43 298.58 0.77 0.32
Hex 8F 13 92 2 57 0 2B 12B 4D 20
Octal 217 23 222 2 127 0 53 453 115 40
Binary 10001111 10011 10010010 10 1010111 0 101011 100101011 1001101 100000

Color Harmonies of #8F1392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1392

Black with #8F1392

Text Example


Text Example

White with #8F1392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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