Html Css Color HEX #8F067C Dark Magenta

📋 copy color: '#8F067C'

red 143 ◦ green 6 ◦ blue 124

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

Shades of Dark Magenta #8F067C

Tints of Dark Magenta #8F067C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.42%

R = 52.38%
G = 2.2%
B = 45.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8F067C (or 0x8F067C) is known color: Dark Magenta. HEX triplet: 8F, 06 and 7C. RGB value is (143,6,124). Sum of RGB (Red+Green+Blue) = 143+6+124=273 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.38% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 143 - color contains mainly: red. Hex color #8F067C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F067C is #70F983. Grayscale: #3C3C3C. Windows color (decimal): -7403908 or 8128143. OLE color: 8128143.

HSL color Cylindrical-coordinate representation of color #8F067C: hue angle of 308.32º 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 #8F067C is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 6 124 -
CMYK 0 0.96 0.13 0.44
HSL 308.32º 0.92% 0.29% -
HSV(B) 308.32º 0.96% 0.56% -
XYZ 15.03 7.43 19.71 -
YUV 60.42 163.89 186.91 -
System Red Green Blue C M Y K H S L
Decimal 143 6 124 0 0.96 0.13 0.44 308.32 0.92 0.29
Hex 8F 6 7C 0 60 D 2C 134 5C 1D
Octal 217 6 174 0 140 15 54 464 134 35
Binary 10001111 110 1111100 0 1100000 1101 101100 100110100 1011100 11101

Color Harmonies of #8F067C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F067C

Black with #8F067C

Text Example


Text Example

White with #8F067C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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