#8F6378

Color #8F6378 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #8F6378

Tints of Strikemaster #8F6378

Color information

#8F6378 (or 0x8F6378) is unknown color: approx Strikemaster. HEX triplet: 8F, 63 and 78. RGB value is (143,99,120). Sum of RGB (Red+Green+Blue) = 143+99+120=362 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.50% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6378 is #709C87. Grayscale: #727272. Windows color (decimal): -7380104 or 7889807. OLE color: 7889807.

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

Color convert

RGB14399120-
CMYK00.310.160.44
HSL331.36º18.18%47.45%-
HSV(B)331.36º30.77%56.08%-
XYZ19.1816.1219.87-
YUV114.55131.08148.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.50%
GREEN value IS 99 (39.06% from 255) = 27.35%
BLUE value IS 120 (47.27% from 255) = 33.15%
R=39.50%
G=27.35%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439912000.310.160.44331.3618.1847.45
Hex8F637801F102C14b122f
Octal21714317003720545132257
Binary10001111110001111110000111111000010110010100101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F6378;
 }
 .AnyTagClassName
 {
   color: #8F6378;
 }
</style>
background-color css

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

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

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

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

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

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