#8B5076

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

Shades of Strikemaster #8B5076

Tints of Strikemaster #8B5076

Color information

#8B5076 (or 0x8B5076) is unknown color: approx Strikemaster. HEX triplet: 8B, 50 and 76. RGB value is (139,80,118). Sum of RGB (Red+Green+Blue) = 139+80+118=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5076 is #74AF89. Grayscale: #656565. Windows color (decimal): -7647114 or 7753867. OLE color: 7753867.

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

Color convert

RGB13980118-
CMYK00.420.150.45
HSL321.36º26.94%42.94%-
HSV(B)321.36º42.45%54.51%-
XYZ16.7912.5318.67-
YUV101.97137.05154.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.25%
GREEN value IS 80 (31.64% from 255) = 23.74%
BLUE value IS 118 (46.48% from 255) = 35.01%
R=41.25%
G=23.74%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398011800.420.150.45321.3626.9442.94
Hex8B507602AF2D1411b2b
Octal21312016605217555013353
Binary10001011101000011101100101010111110110110100000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,80,118); }

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

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

 a { background-color: rgb(139,80,118); }

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

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

 span { border-color: rgb(139,80,118); }

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