Html Css Color HEX #8F4978 Strikemaster

📋 copy color: '#8F4978'

red 143 ◦ green 73 ◦ blue 120

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

Shades of Strikemaster #8F4978

Tints of Strikemaster #8F4978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.71%

R = 42.56%
G = 21.73%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#8F4978 (or 0x8F4978) is known color: Strikemaster. HEX triplet: 8F, 49 and 78. RGB value is (143,73,120). Sum of RGB (Red+Green+Blue) = 143+73+120=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4978 is #70B687. Grayscale: #636363. Windows color (decimal): -7386760 or 7883151. OLE color: 7883151.

HSL color Cylindrical-coordinate representation of color #8F4978: hue angle of 319.71º 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 #8F4978 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 73 120 -
CMYK 0 0.49 0.16 0.44
HSL 319.71º 0.32% 0.42% -
HSV(B) 319.71º 0.49% 0.56% -
XYZ 17.1 11.96 19.18 -
YUV 99.29 139.69 159.18 -
System Red Green Blue C M Y K H S L
Decimal 143 73 120 0 0.49 0.16 0.44 319.71 0.32 0.42
Hex 8F 49 78 0 31 10 2C 140 20 2A
Octal 217 111 170 0 61 20 54 500 40 52
Binary 10001111 1001001 1111000 0 110001 10000 101100 101000000 100000 101010

Color Harmonies of #8F4978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4978

Black with #8F4978

Text Example


Text Example

White with #8F4978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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