#8B6981

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

Shades of Strikemaster #8B6981

Tints of Strikemaster #8B6981

Color information

#8B6981 (or 0x8B6981) is unknown color: approx Strikemaster. HEX triplet: 8B, 69 and 81. RGB value is (139,105,129). Sum of RGB (Red+Green+Blue) = 139+105+129=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6981 is #74967E. Grayscale: #757575. Windows color (decimal): -7640703 or 8481163. OLE color: 8481163.

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

Color convert

RGB139105129-
CMYK00.240.070.45
HSL317.65º13.93%47.84%-
HSV(B)317.65º24.46%54.51%-
XYZ19.6617.1823.05-
YUV117.9134.26143.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.27%
GREEN value IS 105 (41.41% from 255) = 28.15%
BLUE value IS 129 (50.78% from 255) = 34.58%
R=37.27%
G=28.15%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910512900.240.070.45317.6513.9347.84
Hex8B698101872D13ee30
Octal2131512010307554761660
Binary100010111101001100000010110001111011011001111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,105,129); }

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

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

 a { background-color: rgb(139,105,129); }

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

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

 span { border-color: rgb(139,105,129); }

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