#8C5779

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

Shades of Strikemaster #8C5779

Tints of Strikemaster #8C5779

Color information

#8C5779 (or 0x8C5779) is unknown color: approx Strikemaster. HEX triplet: 8C, 57 and 79. RGB value is (140,87,121). Sum of RGB (Red+Green+Blue) = 140+87+121=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5779 is #73A886. Grayscale: #6A6A6A. Windows color (decimal): -7579783 or 7952268. OLE color: 7952268.

HSL color Cylindrical-coordinate representation of color #8C5779: hue angle of 321.51º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C5779 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB14087121-
CMYK00.380.140.45
HSL321.51º23.35%44.51%-
HSV(B)321.51º37.86%54.9%-
XYZ17.6713.7719.82-
YUV106.72136.06151.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.23%
GREEN value IS 87 (34.38% from 255) = 25%
BLUE value IS 121 (47.66% from 255) = 34.77%
R=40.23%
G=25%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408712100.380.140.45321.5123.3544.51
Hex8C5779026E2D142172d
Octal21412717104616555022755
Binary10001100101011111110010100110111010110110100001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,87,121); }

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

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

 a { background-color: rgb(140,87,121); }

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

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

 span { border-color: rgb(140,87,121); }

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