#8C7581

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

Shades of Strikemaster #8C7581

Tints of Strikemaster #8C7581

Color information

#8C7581 (or 0x8C7581) is unknown color: approx Strikemaster. HEX triplet: 8C, 75 and 81. RGB value is (140,117,129). Sum of RGB (Red+Green+Blue) = 140+117+129=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7581 is #738A7E. Grayscale: #7D7D7D. Windows color (decimal): -7572095 or 8484236. OLE color: 8484236.

HSL color Cylindrical-coordinate representation of color #8C7581: hue angle of 328.7º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8C7581 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB140117129-
CMYK00.160.080.45
HSL328.7º9.09%50.39%-
HSV(B)328.7º16.43%54.9%-
XYZ21.1419.8823.49-
YUV125.24130.12138.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.27%
GREEN value IS 117 (46.09% from 255) = 30.31%
BLUE value IS 129 (50.78% from 255) = 33.42%
R=36.27%
G=30.31%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011712900.160.080.45328.79.0950.39
Hex8C758101082D149932
Octal21416520102010555111162
Binary1000110011101011000000101000010001011011010010011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,117,129); }

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

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

 a { background-color: rgb(140,117,129); }

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

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

 span { border-color: rgb(140,117,129); }

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