Html Css Color HEX #8F07AA Dark Magenta

📋 copy color: '#8F07AA'

red 143 ◦ green 7 ◦ blue 170

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

Shades of Dark Magenta #8F07AA

Tints of Dark Magenta #8F07AA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.19%

 BLUE value IS 170 (66.8% from 255) = 53.13%

R = 44.69%
G = 2.19%
B = 53.13%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F07AA (or 0x8F07AA) is known color: Dark Magenta. HEX triplet: 8F, 07 and AA. RGB value is (143,7,170). Sum of RGB (Red+Green+Blue) = 143+7+170=320 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.69% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F07AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F07AA is #70F855. Grayscale: #414141. Windows color (decimal): -7403606 or 11143055. OLE color: 11143055.

HSL color Cylindrical-coordinate representation of color #8F07AA: hue angle of 290.06º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F07AA is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 7 170 -
CMYK 0.16 0.96 0 0.33
HSL 290.06º 0.92% 0.35% -
HSV(B) 290.06º 0.96% 0.67% -
XYZ 18.66 8.89 38.76 -
YUV 66.25 186.56 182.75 -
System Red Green Blue C M Y K H S L
Decimal 143 7 170 0.16 0.96 0 0.33 290.06 0.92 0.35
Hex 8F 7 AA 10 60 0 21 122 5C 23
Octal 217 7 252 20 140 0 41 442 134 43
Binary 10001111 111 10101010 10000 1100000 0 100001 100100010 1011100 100011

Color Harmonies of #8F07AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F07AA

Black with #8F07AA

Text Example


Text Example

White with #8F07AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,7,170); }

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

background-color css

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

 a { background-color: rgb(143,7,170); }

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

border-color css

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

 span { border-color: rgb(143,7,170); }

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