Html Css Color HEX #8F08AC Dark Magenta

📋 copy color: '#8F08AC'

red 143 ◦ green 8 ◦ blue 172

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

Shades of Dark Magenta #8F08AC

Tints of Dark Magenta #8F08AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.25%

R = 44.27%
G = 2.48%
B = 53.25%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F08AC (or 0x8F08AC) is known color: Dark Magenta. HEX triplet: 8F, 08 and AC. RGB value is (143,8,172). Sum of RGB (Red+Green+Blue) = 143+8+172=323 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.27% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F08AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F08AC is #70F753. Grayscale: #424242. Windows color (decimal): -7403348 or 11274383. OLE color: 11274383.

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

Color convert

RGB 143 8 172 -
CMYK 0.17 0.95 0 0.33
HSL 289.39º 0.91% 0.35% -
HSV(B) 289.39º 0.95% 0.67% -
XYZ 18.86 8.99 39.77 -
YUV 67.06 187.23 182.16 -
System Red Green Blue C M Y K H S L
Decimal 143 8 172 0.17 0.95 0 0.33 289.39 0.91 0.35
Hex 8F 8 AC 11 5F 0 21 121 5B 23
Octal 217 10 254 21 137 0 41 441 133 43
Binary 10001111 1000 10101100 10001 1011111 0 100001 100100001 1011011 100011

Color Harmonies of #8F08AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F08AC

Black with #8F08AC

Text Example


Text Example

White with #8F08AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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