Html Css Color HEX #8F0FAB Dark Magenta

📋 copy color: '#8F0FAB'

red 143 ◦ green 15 ◦ blue 171

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

Shades of Dark Magenta #8F0FAB

Tints of Dark Magenta #8F0FAB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.56%

 BLUE value IS 171 (67.19% from 255) = 51.98%

R = 43.47%
G = 4.56%
B = 51.98%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F0FAB (or 0x8F0FAB) is known color: Dark Magenta. HEX triplet: 8F, 0F and AB. RGB value is (143,15,171). Sum of RGB (Red+Green+Blue) = 143+15+171=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 15 (6.25% from 255 or 4.56% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F0FAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0FAB is #70F054. Grayscale: #464646. Windows color (decimal): -7401557 or 11210639. OLE color: 11210639.

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

Color convert

RGB 143 15 171 -
CMYK 0.16 0.91 0 0.33
HSL 289.23º 0.84% 0.36% -
HSV(B) 289.23º 0.91% 0.67% -
XYZ 18.85 9.12 39.3 -
YUV 71.06 184.41 179.32 -
System Red Green Blue C M Y K H S L
Decimal 143 15 171 0.16 0.91 0 0.33 289.23 0.84 0.36
Hex 8F F AB 10 5B 0 21 121 54 24
Octal 217 17 253 20 133 0 41 441 124 44
Binary 10001111 1111 10101011 10000 1011011 0 100001 100100001 1010100 100100

Color Harmonies of #8F0FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0FAB

Black with #8F0FAB

Text Example


Text Example

White with #8F0FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,15,171); }

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

background-color css

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

 a { background-color: rgb(143,15,171); }

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

border-color css

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

 span { border-color: rgb(143,15,171); }

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