#8B5279

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

Shades of Strikemaster #8B5279

Tints of Strikemaster #8B5279

Color information

#8B5279 (or 0x8B5279) is unknown color: approx Strikemaster. HEX triplet: 8B, 52 and 79. RGB value is (139,82,121). Sum of RGB (Red+Green+Blue) = 139+82+121=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5279 is #74AD86. Grayscale: #676767. Windows color (decimal): -7646599 or 7950987. OLE color: 7950987.

HSL color Cylindrical-coordinate representation of color #8B5279: hue angle of 318.95º 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 #8B5279 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB13982121-
CMYK00.410.130.45
HSL318.95º25.79%43.33%-
HSV(B)318.95º41.01%54.51%-
XYZ17.1212.919.68-
YUV103.49137.88153.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.64%
GREEN value IS 82 (32.42% from 255) = 23.98%
BLUE value IS 121 (47.66% from 255) = 35.38%
R=40.64%
G=23.98%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398212100.410.130.45318.9525.7943.33
Hex8B5279029D2D13f1a2b
Octal21312217105115554773253
Binary10001011101001011110010101001110110110110011111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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