#8C6182

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

Shades of Strikemaster #8C6182

Tints of Strikemaster #8C6182

Color information

#8C6182 (or 0x8C6182) is unknown color: approx Strikemaster. HEX triplet: 8C, 61 and 82. RGB value is (140,97,130). Sum of RGB (Red+Green+Blue) = 140+97+130=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6182 is #739E7D. Grayscale: #717171. Windows color (decimal): -7577214 or 8544652. OLE color: 8544652.

HSL color Cylindrical-coordinate representation of color #8C6182: hue angle of 313.95º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C6182 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB14097130-
CMYK00.310.070.45
HSL313.95º18.14%46.47%-
HSV(B)313.95º30.71%54.9%-
XYZ19.1215.7423.15-
YUV113.62137.25146.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.15%
GREEN value IS 97 (38.28% from 255) = 26.43%
BLUE value IS 130 (51.17% from 255) = 35.42%
R=38.15%
G=26.43%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409713000.310.070.45313.9518.1446.47
Hex8C618201F72D13a122e
Octal2141412020377554722256
Binary1000110011000011000001001111111110110110011101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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