Html Css Color HEX #8F0BAA Dark Magenta

📋 copy color: '#8F0BAA'

red 143 ◦ green 11 ◦ blue 170

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

Shades of Dark Magenta #8F0BAA

Tints of Dark Magenta #8F0BAA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.4%

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

R = 44.14%
G = 3.4%
B = 52.47%

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

#8F0BAA (or 0x8F0BAA) is known color: Dark Magenta. HEX triplet: 8F, 0B and AA. RGB value is (143,11,170). Sum of RGB (Red+Green+Blue) = 143+11+170=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F0BAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0BAA is #70F455. Grayscale: #444444. Windows color (decimal): -7402582 or 11144079. OLE color: 11144079.

HSL color Cylindrical-coordinate representation of color #8F0BAA: hue angle of 289.81º degrees, saturation: 0.88, 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 #8F0BAA is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 11 170 -
CMYK 0.16 0.94 0 0.33
HSL 289.81º 0.88% 0.35% -
HSV(B) 289.81º 0.94% 0.67% -
XYZ 18.7 8.98 38.78 -
YUV 68.59 185.23 181.07 -
System Red Green Blue C M Y K H S L
Decimal 143 11 170 0.16 0.94 0 0.33 289.81 0.88 0.35
Hex 8F B AA 10 5E 0 21 122 58 23
Octal 217 13 252 20 136 0 41 442 130 43
Binary 10001111 1011 10101010 10000 1011110 0 100001 100100010 1011000 100011

Color Harmonies of #8F0BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0BAA

Black with #8F0BAA

Text Example


Text Example

White with #8F0BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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