#8D6583

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

Shades of Strikemaster #8D6583

Tints of Strikemaster #8D6583

Color information

#8D6583 (or 0x8D6583) is unknown color: approx Strikemaster. HEX triplet: 8D, 65 and 83. RGB value is (141,101,131). Sum of RGB (Red+Green+Blue) = 141+101+131=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6583 is #729A7C. Grayscale: #747474. Windows color (decimal): -7510653 or 8611213. OLE color: 8611213.

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

Color convert

RGB141101131-
CMYK00.280.070.45
HSL315º16.53%47.45%-
HSV(B)315º28.37%55.29%-
XYZ19.7316.6123.64-
YUV116.38136.25145.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.80%
GREEN value IS 101 (39.84% from 255) = 27.08%
BLUE value IS 131 (51.56% from 255) = 35.12%
R=37.80%
G=27.08%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110113100.280.070.4531516.5347.45
Hex8D658301C72D13b112f
Octal2151452030347554732157
Binary1000110111001011000001101110011110110110011101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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