Html Css Color HEX #8F4C78 Strikemaster

📋 copy color: '#8F4C78'

red 143 ◦ green 76 ◦ blue 120

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

Shades of Strikemaster #8F4C78

Tints of Strikemaster #8F4C78

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.42%

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

R = 42.18%
G = 22.42%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#8F4C78 (or 0x8F4C78) is known color: Strikemaster. HEX triplet: 8F, 4C and 78. RGB value is (143,76,120). Sum of RGB (Red+Green+Blue) = 143+76+120=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4C78 is #70B387. Grayscale: #646464. Windows color (decimal): -7385992 or 7883919. OLE color: 7883919.

HSL color Cylindrical-coordinate representation of color #8F4C78: hue angle of 320.6º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F4C78 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 76 120 -
CMYK 0 0.47 0.16 0.44
HSL 320.6º 0.31% 0.43% -
HSV(B) 320.6º 0.47% 0.56% -
XYZ 17.3 12.36 19.24 -
YUV 101.05 138.7 157.92 -
System Red Green Blue C M Y K H S L
Decimal 143 76 120 0 0.47 0.16 0.44 320.6 0.31 0.43
Hex 8F 4C 78 0 2F 10 2C 141 1F 2B
Octal 217 114 170 0 57 20 54 501 37 53
Binary 10001111 1001100 1111000 0 101111 10000 101100 101000001 11111 101011

Color Harmonies of #8F4C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4C78

Black with #8F4C78

Text Example


Text Example

White with #8F4C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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