Html Css Color HEX #8F0AAA Dark Magenta

📋 copy color: '#8F0AAA'

red 143 ◦ green 10 ◦ blue 170

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

Shades of Dark Magenta #8F0AAA

Tints of Dark Magenta #8F0AAA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.1%

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

R = 44.27%
G = 3.1%
B = 52.63%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F0AAA (or 0x8F0AAA) is known color: Dark Magenta. HEX triplet: 8F, 0A and AA. RGB value is (143,10,170). Sum of RGB (Red+Green+Blue) = 143+10+170=323 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.27% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F0AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0AAA is #70F555. Grayscale: #434343. Windows color (decimal): -7402838 or 11143823. OLE color: 11143823.

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

Color convert

RGB 143 10 170 -
CMYK 0.16 0.94 0 0.33
HSL 289.88º 0.89% 0.35% -
HSV(B) 289.88º 0.94% 0.67% -
XYZ 18.69 8.96 38.77 -
YUV 68.01 185.56 181.49 -
System Red Green Blue C M Y K H S L
Decimal 143 10 170 0.16 0.94 0 0.33 289.88 0.89 0.35
Hex 8F A AA 10 5E 0 21 122 59 23
Octal 217 12 252 20 136 0 41 442 131 43
Binary 10001111 1010 10101010 10000 1011110 0 100001 100100010 1011001 100011

Color Harmonies of #8F0AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0AAA

Black with #8F0AAA

Text Example


Text Example

White with #8F0AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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