#8C7082

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

Shades of Strikemaster #8C7082

Tints of Strikemaster #8C7082

Color information

#8C7082 (or 0x8C7082) is unknown color: approx Strikemaster. HEX triplet: 8C, 70 and 82. RGB value is (140,112,130). Sum of RGB (Red+Green+Blue) = 140+112+130=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7082 is #738F7D. Grayscale: #7A7A7A. Windows color (decimal): -7573374 or 8548492. OLE color: 8548492.

HSL color Cylindrical-coordinate representation of color #8C7082: hue angle of 321.43º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8C7082 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB140112130-
CMYK00.200.070.45
HSL321.43º11.11%49.41%-
HSV(B)321.43º20%54.9%-
XYZ20.6418.7823.66-
YUV122.42132.28140.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.65%
GREEN value IS 112 (44.14% from 255) = 29.32%
BLUE value IS 130 (51.17% from 255) = 34.03%
R=36.65%
G=29.32%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011213000.200.070.45321.4311.1149.41
Hex8C708201472D141b31
Octal2141602020247555011361
Binary100011001110000100000100101001111011011010000011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,112,130); }

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

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

 a { background-color: rgb(140,112,130); }

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

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

 span { border-color: rgb(140,112,130); }

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