Html Css Color HEX #8F5979 Strikemaster

📋 copy color: '#8F5979'

red 143 ◦ green 89 ◦ blue 121

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

Shades of Strikemaster #8F5979

Tints of Strikemaster #8F5979

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.21%

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

R = 40.51%
G = 25.21%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8F5979 (or 0x8F5979) is known color: Strikemaster. HEX triplet: 8F, 59 and 79. RGB value is (143,89,121). Sum of RGB (Red+Green+Blue) = 143+89+121=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5979 is #70A686. Grayscale: #6C6C6C. Windows color (decimal): -7382663 or 7952783. OLE color: 7952783.

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

Color convert

RGB 143 89 121 -
CMYK 0 0.38 0.15 0.44
HSL 324.44º 0.23% 0.45% -
HSV(B) 324.44º 0.38% 0.56% -
XYZ 18.35 14.36 19.89 -
YUV 108.79 134.89 152.4 -
System Red Green Blue C M Y K H S L
Decimal 143 89 121 0 0.38 0.15 0.44 324.44 0.23 0.45
Hex 8F 59 79 0 26 F 2C 144 17 2D
Octal 217 131 171 0 46 17 54 504 27 55
Binary 10001111 1011001 1111001 0 100110 1111 101100 101000100 10111 101101

Color Harmonies of #8F5979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5979

Black with #8F5979

Text Example


Text Example

White with #8F5979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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