Html Css Color HEX #8F0892 Dark Magenta

📋 copy color: '#8F0892'

red 143 ◦ green 8 ◦ blue 146

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

Shades of Dark Magenta #8F0892

Tints of Dark Magenta #8F0892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.69%

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

R = 48.15%
G = 2.69%
B = 49.16%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8F0892 (or 0x8F0892) is known color: Dark Magenta. HEX triplet: 8F, 08 and 92. RGB value is (143,8,146). Sum of RGB (Red+Green+Blue) = 143+8+146=297 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.15% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F0892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0892 is #70F76D. Grayscale: #3F3F3F. Windows color (decimal): -7403374 or 9570447. OLE color: 9570447.

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

Color convert

RGB 143 8 146 -
CMYK 0.02 0.95 0 0.43
HSL 298.7º 0.9% 0.3% -
HSV(B) 298.7º 0.95% 0.57% -
XYZ 16.6 8.09 27.88 -
YUV 64.1 174.23 184.28 -
System Red Green Blue C M Y K H S L
Decimal 143 8 146 0.02 0.95 0 0.43 298.7 0.9 0.3
Hex 8F 8 92 2 5F 0 2B 12B 5A 1E
Octal 217 10 222 2 137 0 53 453 132 36
Binary 10001111 1000 10010010 10 1011111 0 101011 100101011 1011010 11110

Color Harmonies of #8F0892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0892

Black with #8F0892

Text Example


Text Example

White with #8F0892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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