Html Css Color HEX #8F5A78 Strikemaster

📋 copy color: '#8F5A78'

red 143 ◦ green 90 ◦ blue 120

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

Shades of Strikemaster #8F5A78

Tints of Strikemaster #8F5A78

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.5%

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

R = 40.51%
G = 25.5%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#8F5A78 (or 0x8F5A78) is known color: Strikemaster. HEX triplet: 8F, 5A and 78. RGB value is (143,90,120). Sum of RGB (Red+Green+Blue) = 143+90+120=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5A78 is #70A587. Grayscale: #6D6D6D. Windows color (decimal): -7382408 or 7887503. OLE color: 7887503.

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

Color convert

RGB 143 90 120 -
CMYK 0 0.37 0.16 0.44
HSL 326.04º 0.23% 0.46% -
HSV(B) 326.04º 0.37% 0.56% -
XYZ 18.37 14.51 19.6 -
YUV 109.27 134.06 152.06 -
System Red Green Blue C M Y K H S L
Decimal 143 90 120 0 0.37 0.16 0.44 326.04 0.23 0.46
Hex 8F 5A 78 0 25 10 2C 146 17 2E
Octal 217 132 170 0 45 20 54 506 27 56
Binary 10001111 1011010 1111000 0 100101 10000 101100 101000110 10111 101110

Color Harmonies of #8F5A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5A78

Black with #8F5A78

Text Example


Text Example

White with #8F5A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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