#8D6983

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

Shades of Strikemaster #8D6983

Tints of Strikemaster #8D6983

Color information

#8D6983 (or 0x8D6983) is unknown color: approx Strikemaster. HEX triplet: 8D, 69 and 83. RGB value is (141,105,131). Sum of RGB (Red+Green+Blue) = 141+105+131=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6983 is #72967C. Grayscale: #767676. Windows color (decimal): -7509629 or 8612237. OLE color: 8612237.

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

Color convert

RGB141105131-
CMYK00.260.070.45
HSL316.67º14.63%48.24%-
HSV(B)316.67º25.53%55.29%-
XYZ20.1317.423.77-
YUV118.73134.93143.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.40%
GREEN value IS 105 (41.41% from 255) = 27.85%
BLUE value IS 131 (51.56% from 255) = 34.75%
R=37.40%
G=27.85%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110513100.260.070.45316.6714.6348.24
Hex8D698301A72D13df30
Octal2151512030327554751760
Binary100011011101001100000110110101111011011001111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,105,131); }

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

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

 a { background-color: rgb(141,105,131); }

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

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

 span { border-color: rgb(141,105,131); }

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