Html Css Color HEX #8F0592 Dark Magenta

📋 copy color: '#8F0592'

red 143 ◦ green 5 ◦ blue 146

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

Shades of Dark Magenta #8F0592

Tints of Dark Magenta #8F0592

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.7%

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

R = 48.64%
G = 1.7%
B = 49.66%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8F0592 (or 0x8F0592) is known color: Dark Magenta. HEX triplet: 8F, 05 and 92. RGB value is (143,5,146). Sum of RGB (Red+Green+Blue) = 143+5+146=294 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.64% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F0592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0592 is #70FA6D. Grayscale: #3D3D3D. Windows color (decimal): -7404142 or 9569679. OLE color: 9569679.

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

Color convert

RGB 143 5 146 -
CMYK 0.02 0.97 0 0.43
HSL 298.72º 0.93% 0.3% -
HSV(B) 298.72º 0.97% 0.57% -
XYZ 16.57 8.02 27.87 -
YUV 62.34 175.22 185.54 -
System Red Green Blue C M Y K H S L
Decimal 143 5 146 0.02 0.97 0 0.43 298.72 0.93 0.3
Hex 8F 5 92 2 61 0 2B 12B 5D 1E
Octal 217 5 222 2 141 0 53 453 135 36
Binary 10001111 101 10010010 10 1100001 0 101011 100101011 1011101 11110

Color Harmonies of #8F0592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0592

Black with #8F0592

Text Example


Text Example

White with #8F0592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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