Html Css Color HEX #8F0F92 Dark Magenta

📋 copy color: '#8F0F92'

red 143 ◦ green 15 ◦ blue 146

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

Shades of Dark Magenta #8F0F92

Tints of Dark Magenta #8F0F92

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.93%

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

R = 47.04%
G = 4.93%
B = 48.03%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8F0F92 (or 0x8F0F92) is known color: Dark Magenta. HEX triplet: 8F, 0F and 92. RGB value is (143,15,146). Sum of RGB (Red+Green+Blue) = 143+15+146=304 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.04% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F0F92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0F92 is #70F06D. Grayscale: #434343. Windows color (decimal): -7401582 or 9572239. OLE color: 9572239.

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

Color convert

RGB 143 15 146 -
CMYK 0.02 0.90 0 0.43
HSL 298.63º 0.81% 0.32% -
HSV(B) 298.63º 0.9% 0.57% -
XYZ 16.69 8.26 27.91 -
YUV 68.21 171.91 181.35 -
System Red Green Blue C M Y K H S L
Decimal 143 15 146 0.02 0.90 0 0.43 298.63 0.81 0.32
Hex 8F F 92 2 5A 0 2B 12B 51 20
Octal 217 17 222 2 132 0 53 453 121 40
Binary 10001111 1111 10010010 10 1011010 0 101011 100101011 1010001 100000

Color Harmonies of #8F0F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0F92

Black with #8F0F92

Text Example


Text Example

White with #8F0F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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