Html Css Color HEX #8F0C92 Dark Magenta

📋 copy color: '#8F0C92'

red 143 ◦ green 12 ◦ blue 146

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

Shades of Dark Magenta #8F0C92

Tints of Dark Magenta #8F0C92

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.99%

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

R = 47.51%
G = 3.99%
B = 48.5%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8F0C92 (or 0x8F0C92) is known color: Dark Magenta. HEX triplet: 8F, 0C and 92. RGB value is (143,12,146). Sum of RGB (Red+Green+Blue) = 143+12+146=301 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.51% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F0C92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0C92 is #70F36D. Grayscale: #424242. Windows color (decimal): -7402350 or 9571471. OLE color: 9571471.

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

Color convert

RGB 143 12 146 -
CMYK 0.02 0.92 0 0.43
HSL 298.66º 0.85% 0.31% -
HSV(B) 298.66º 0.92% 0.57% -
XYZ 16.65 8.18 27.9 -
YUV 66.45 172.9 182.6 -
System Red Green Blue C M Y K H S L
Decimal 143 12 146 0.02 0.92 0 0.43 298.66 0.85 0.31
Hex 8F C 92 2 5C 0 2B 12B 55 1F
Octal 217 14 222 2 134 0 53 453 125 37
Binary 10001111 1100 10010010 10 1011100 0 101011 100101011 1010101 11111

Color Harmonies of #8F0C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0C92

Black with #8F0C92

Text Example


Text Example

White with #8F0C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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