Html Css Color HEX #8F4979 Strikemaster

📋 copy color: '#8F4979'

red 143 ◦ green 73 ◦ blue 121

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

Shades of Strikemaster #8F4979

Tints of Strikemaster #8F4979

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.66%

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

R = 42.43%
G = 21.66%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8F4979 (or 0x8F4979) is known color: Strikemaster. HEX triplet: 8F, 49 and 79. RGB value is (143,73,121). Sum of RGB (Red+Green+Blue) = 143+73+121=337 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.43% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4979 is #70B686. Grayscale: #636363. Windows color (decimal): -7386759 or 7948687. OLE color: 7948687.

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

Color convert

RGB 143 73 121 -
CMYK 0 0.49 0.15 0.44
HSL 318.86º 0.32% 0.42% -
HSV(B) 318.86º 0.49% 0.56% -
XYZ 17.16 11.99 19.5 -
YUV 99.4 140.19 159.1 -
System Red Green Blue C M Y K H S L
Decimal 143 73 121 0 0.49 0.15 0.44 318.86 0.32 0.42
Hex 8F 49 79 0 31 F 2C 13F 20 2A
Octal 217 111 171 0 61 17 54 477 40 52
Binary 10001111 1001001 1111001 0 110001 1111 101100 100111111 100000 101010

Color Harmonies of #8F4979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4979

Black with #8F4979

Text Example


Text Example

White with #8F4979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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