#8D6684

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

Shades of Strikemaster #8D6684

Tints of Strikemaster #8D6684

Color information

#8D6684 (or 0x8D6684) is unknown color: approx Strikemaster. HEX triplet: 8D, 66 and 84. RGB value is (141,102,132). Sum of RGB (Red+Green+Blue) = 141+102+132=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6684 is #72997B. Grayscale: #747474. Windows color (decimal): -7510396 or 8677005. OLE color: 8677005.

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

Color convert

RGB141102132-
CMYK00.280.060.45
HSL313.85º16.05%47.65%-
HSV(B)313.85º27.66%55.29%-
XYZ19.916.8324.03-
YUV117.08136.42145.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.6%
GREEN value IS 102 (40.23% from 255) = 27.2%
BLUE value IS 132 (51.95% from 255) = 35.2%
R=37.6%
G=27.2%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110213200.280.060.45313.8516.0547.65
Hex8D668401C62D13a1030
Octal2151462040346554722060
Binary1000110111001101000010001110011010110110011101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,102,132); }

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

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

 a { background-color: rgb(141,102,132); }

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

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

 span { border-color: rgb(141,102,132); }

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