#8b567c

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

Shades of Strikemaster #8B567C

Tints of Strikemaster #8B567C

Color information

#8B567C (or 0x8B567C) is unknown color: approx Strikemaster. HEX triplet: 8B, 56 and 7C. RGB value is (139,86,124). Sum of RGB (Red+Green+Blue) = 139+86+124=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 139 - color contains mainly: red. Hex color #8B567C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B567C is #74A983. Grayscale: #6A6A6A. Windows color (decimal): -7645572 or 8148619. OLE color: 8148619.

HSL color Cylindrical-coordinate representation of color #8B567C: hue angle of 316.98º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B567C is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB13986124-
CMYK00.380.110.45
HSL316.98º23.56%44.12%-
HSV(B)316.98º38.13%54.51%-
XYZ17.6113.620.77-
YUV106.18138.06151.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.83%
GREEN value IS 86 (33.98% from 255) = 24.64%
BLUE value IS 124 (48.83% from 255) = 35.53%
R=39.83%
G=24.64%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398612400.380.110.45316.9823.5644.12
Hex8B567C026B2D13d182c
Octal21312617404613554753054
Binary10001011101011011111000100110101110110110011110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b567c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,86,124); }

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

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

 a { background-color: rgb(139,86,124); }

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

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

 span { border-color: rgb(139,86,124); }

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