Html Css Color HEX #8F08AD Dark Magenta

📋 copy color: '#8F08AD'

red 143 ◦ green 8 ◦ blue 173

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

Shades of Dark Magenta #8F08AD

Tints of Dark Magenta #8F08AD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.47%

 BLUE value IS 173 (67.97% from 255) = 53.4%

R = 44.14%
G = 2.47%
B = 53.4%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8F08AD (or 0x8F08AD) is known color: Dark Magenta. HEX triplet: 8F, 08 and AD. RGB value is (143,8,173). Sum of RGB (Red+Green+Blue) = 143+8+173=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F08AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F08AD is #70F752. Grayscale: #424242. Windows color (decimal): -7403347 or 11339919. OLE color: 11339919.

HSL color Cylindrical-coordinate representation of color #8F08AD: hue angle of 289.09º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F08AD is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 143 8 173 -
CMYK 0.17 0.95 0 0.32
HSL 289.09º 0.91% 0.35% -
HSV(B) 289.09º 0.95% 0.68% -
XYZ 18.96 9.03 40.28 -
YUV 67.18 187.73 182.08 -
System Red Green Blue C M Y K H S L
Decimal 143 8 173 0.17 0.95 0 0.32 289.09 0.91 0.35
Hex 8F 8 AD 11 5F 0 20 121 5B 23
Octal 217 10 255 21 137 0 40 441 133 43
Binary 10001111 1000 10101101 10001 1011111 0 100000 100100001 1011011 100011

Color Harmonies of #8F08AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F08AD

Black with #8F08AD

Text Example


Text Example

White with #8F08AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,8,173); }

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

background-color css

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

 a { background-color: rgb(143,8,173); }

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

border-color css

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

 span { border-color: rgb(143,8,173); }

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