Html Css Color HEX #8F05AA Dark Magenta

📋 copy color: '#8F05AA'

red 143 ◦ green 5 ◦ blue 170

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

Shades of Dark Magenta #8F05AA

Tints of Dark Magenta #8F05AA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.57%

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

R = 44.97%
G = 1.57%
B = 53.46%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F05AA (or 0x8F05AA) is known color: Dark Magenta. HEX triplet: 8F, 05 and AA. RGB value is (143,5,170). Sum of RGB (Red+Green+Blue) = 143+5+170=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F05AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F05AA is #70FA55. Grayscale: #404040. Windows color (decimal): -7404118 or 11142543. OLE color: 11142543.

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

Color convert

RGB 143 5 170 -
CMYK 0.16 0.97 0 0.33
HSL 290.18º 0.94% 0.34% -
HSV(B) 290.18º 0.97% 0.67% -
XYZ 18.64 8.85 38.76 -
YUV 65.07 187.22 183.58 -
System Red Green Blue C M Y K H S L
Decimal 143 5 170 0.16 0.97 0 0.33 290.18 0.94 0.34
Hex 8F 5 AA 10 61 0 21 122 5E 22
Octal 217 5 252 20 141 0 41 442 136 42
Binary 10001111 101 10101010 10000 1100001 0 100001 100100010 1011110 100010

Color Harmonies of #8F05AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F05AA

Black with #8F05AA

Text Example


Text Example

White with #8F05AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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