Html Css Color HEX #8F4879 Strikemaster

📋 copy color: '#8F4879'

red 143 ◦ green 72 ◦ blue 121

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

Shades of Strikemaster #8F4879

Tints of Strikemaster #8F4879

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.43%

 BLUE value IS 121 (47.66% from 255) = 36.01%

R = 42.56%
G = 21.43%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8F4879 (or 0x8F4879) is known color: Strikemaster. HEX triplet: 8F, 48 and 79. RGB value is (143,72,121). Sum of RGB (Red+Green+Blue) = 143+72+121=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4879 is #70B786. Grayscale: #626262. Windows color (decimal): -7387015 or 7948431. OLE color: 7948431.

HSL color Cylindrical-coordinate representation of color #8F4879: hue angle of 318.59º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F4879 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 72 121 -
CMYK 0 0.50 0.15 0.44
HSL 318.59º 0.33% 0.42% -
HSV(B) 318.59º 0.5% 0.56% -
XYZ 17.1 11.85 19.48 -
YUV 98.82 140.52 159.52 -
System Red Green Blue C M Y K H S L
Decimal 143 72 121 0 0.50 0.15 0.44 318.59 0.33 0.42
Hex 8F 48 79 0 32 F 2C 13F 21 2A
Octal 217 110 171 0 62 17 54 477 41 52
Binary 10001111 1001000 1111001 0 110010 1111 101100 100111111 100001 101010

Color Harmonies of #8F4879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4879

Black with #8F4879

Text Example


Text Example

White with #8F4879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,72,121); }

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

background-color css

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

 a { background-color: rgb(143,72,121); }

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

border-color css

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

 span { border-color: rgb(143,72,121); }

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