Html Css Color HEX #8F5478 Strikemaster

📋 copy color: '#8F5478'

red 143 ◦ green 84 ◦ blue 120

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

Shades of Strikemaster #8F5478

Tints of Strikemaster #8F5478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.21%

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

R = 41.21%
G = 24.21%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#8F5478 (or 0x8F5478) is known color: Strikemaster. HEX triplet: 8F, 54 and 78. RGB value is (143,84,120). Sum of RGB (Red+Green+Blue) = 143+84+120=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5478 is #70AB87. Grayscale: #696969. Windows color (decimal): -7383944 or 7885967. OLE color: 7885967.

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

Color convert

RGB 143 84 120 -
CMYK 0 0.41 0.16 0.44
HSL 323.39º 0.26% 0.45% -
HSV(B) 323.39º 0.41% 0.56% -
XYZ 17.89 13.54 19.44 -
YUV 105.75 136.05 154.57 -
System Red Green Blue C M Y K H S L
Decimal 143 84 120 0 0.41 0.16 0.44 323.39 0.26 0.45
Hex 8F 54 78 0 29 10 2C 143 1A 2D
Octal 217 124 170 0 51 20 54 503 32 55
Binary 10001111 1010100 1111000 0 101001 10000 101100 101000011 11010 101101

Color Harmonies of #8F5478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5478

Black with #8F5478

Text Example


Text Example

White with #8F5478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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