Html Css Color HEX #8F0982 Dark Magenta

📋 copy color: '#8F0982'

red 143 ◦ green 9 ◦ blue 130

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

Shades of Dark Magenta #8F0982

Tints of Dark Magenta #8F0982

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.19%

 BLUE value IS 130 (51.17% from 255) = 46.1%

R = 50.71%
G = 3.19%
B = 46.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#8F0982 (or 0x8F0982) is known color: Dark Magenta. HEX triplet: 8F, 09 and 82. RGB value is (143,9,130). Sum of RGB (Red+Green+Blue) = 143+9+130=282 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.71% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0982 is #70F67D. Grayscale: #3E3E3E. Windows color (decimal): -7403134 or 8522127. OLE color: 8522127.

HSL color Cylindrical-coordinate representation of color #8F0982: hue angle of 305.82º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0982 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 9 130 -
CMYK 0 0.94 0.09 0.44
HSL 305.82º 0.88% 0.3% -
HSV(B) 305.82º 0.94% 0.56% -
XYZ 15.45 7.65 21.78 -
YUV 62.86 165.89 185.16 -
System Red Green Blue C M Y K H S L
Decimal 143 9 130 0 0.94 0.09 0.44 305.82 0.88 0.3
Hex 8F 9 82 0 5E 9 2C 132 58 1E
Octal 217 11 202 0 136 11 54 462 130 36
Binary 10001111 1001 10000010 0 1011110 1001 101100 100110010 1011000 11110

Color Harmonies of #8F0982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0982

Black with #8F0982

Text Example


Text Example

White with #8F0982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,9,130); }

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

background-color css

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

 a { background-color: rgb(143,9,130); }

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

border-color css

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

 span { border-color: rgb(143,9,130); }

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