Html Css Color HEX #8F0680 Dark Magenta

📋 copy color: '#8F0680'

red 143 ◦ green 6 ◦ blue 128

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

Shades of Dark Magenta #8F0680

Tints of Dark Magenta #8F0680

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

 BLUE value IS 128 (50.39% from 255) = 46.21%

R = 51.62%
G = 2.17%
B = 46.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#8F0680 (or 0x8F0680) is known color: Dark Magenta. HEX triplet: 8F, 06 and 80. RGB value is (143,6,128). Sum of RGB (Red+Green+Blue) = 143+6+128=277 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.62% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0680 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0680 is #70F97F. Grayscale: #3C3C3C. Windows color (decimal): -7403904 or 8390287. OLE color: 8390287.

HSL color Cylindrical-coordinate representation of color #8F0680: hue angle of 306.57º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F0680 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 6 128 -
CMYK 0 0.96 0.10 0.44
HSL 306.57º 0.92% 0.29% -
HSV(B) 306.57º 0.96% 0.56% -
XYZ 15.29 7.53 21.07 -
YUV 60.87 165.89 186.58 -
System Red Green Blue C M Y K H S L
Decimal 143 6 128 0 0.96 0.10 0.44 306.57 0.92 0.29
Hex 8F 6 80 0 60 A 2C 133 5C 1D
Octal 217 6 200 0 140 12 54 463 134 35
Binary 10001111 110 10000000 0 1100000 1010 101100 100110011 1011100 11101

Color Harmonies of #8F0680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0680

Black with #8F0680

Text Example


Text Example

White with #8F0680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,6,128); }

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

background-color css

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

 a { background-color: rgb(143,6,128); }

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

border-color css

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

 span { border-color: rgb(143,6,128); }

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