#8B5F79

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

Shades of Strikemaster #8B5F79

Tints of Strikemaster #8B5F79

Color information

#8B5F79 (or 0x8B5F79) is unknown color: approx Strikemaster. HEX triplet: 8B, 5F and 79. RGB value is (139,95,121). Sum of RGB (Red+Green+Blue) = 139+95+121=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5F79 is #74A086. Grayscale: #6F6F6F. Windows color (decimal): -7643271 or 7954315. OLE color: 7954315.

HSL color Cylindrical-coordinate representation of color #8B5F79: hue angle of 324.55º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B5F79 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB13995121-
CMYK00.320.130.45
HSL324.55º18.8%45.88%-
HSV(B)324.55º31.65%54.51%-
XYZ18.1915.0520.04-
YUV111.12133.58147.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.15%
GREEN value IS 95 (37.5% from 255) = 26.76%
BLUE value IS 121 (47.66% from 255) = 34.08%
R=39.15%
G=26.76%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399512100.320.130.45324.5518.845.88
Hex8B5F79020D2D145132e
Octal21313717104015555052356
Binary10001011101111111110010100000110110110110100010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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