#8B5276

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

Shades of Strikemaster #8B5276

Tints of Strikemaster #8B5276

Color information

#8B5276 (or 0x8B5276) is unknown color: approx Strikemaster. HEX triplet: 8B, 52 and 76. RGB value is (139,82,118). Sum of RGB (Red+Green+Blue) = 139+82+118=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5276 is #74AD89. Grayscale: #676767. Windows color (decimal): -7646602 or 7754379. OLE color: 7754379.

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

Color convert

RGB13982118-
CMYK00.410.150.45
HSL322.11º25.79%43.33%-
HSV(B)322.11º41.01%54.51%-
XYZ16.9312.8318.72-
YUV103.15136.38153.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.00%
GREEN value IS 82 (32.42% from 255) = 24.19%
BLUE value IS 118 (46.48% from 255) = 34.81%
R=41.00%
G=24.19%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398211800.410.150.45322.1125.7943.33
Hex8B5276029F2D1421a2b
Octal21312216605117555023253
Binary10001011101001011101100101001111110110110100001011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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