#8C597A

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

Shades of Strikemaster #8C597A

Tints of Strikemaster #8C597A

Color information

#8C597A (or 0x8C597A) is unknown color: approx Strikemaster. HEX triplet: 8C, 59 and 7A. RGB value is (140,89,122). Sum of RGB (Red+Green+Blue) = 140+89+122=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 140 - color contains mainly: red. Hex color #8C597A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C597A is #73A685. Grayscale: #6B6B6B. Windows color (decimal): -7579270 or 8018316. OLE color: 8018316.

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

Color convert

RGB14089122-
CMYK00.360.130.45
HSL321.18º22.27%44.9%-
HSV(B)321.18º36.43%54.9%-
XYZ17.914.1320.2-
YUV108.01135.9150.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.89%
GREEN value IS 89 (35.16% from 255) = 25.36%
BLUE value IS 122 (48.05% from 255) = 34.76%
R=39.89%
G=25.36%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408912200.360.130.45321.1822.2744.9
Hex8C597A024D2D141162d
Octal21413117204415555012655
Binary10001100101100111110100100100110110110110100000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,89,122); }

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

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

 a { background-color: rgb(140,89,122); }

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

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

 span { border-color: rgb(140,89,122); }

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