#8B5975

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

Shades of Strikemaster #8B5975

Tints of Strikemaster #8B5975

Color information

#8B5975 (or 0x8B5975) is unknown color: approx Strikemaster. HEX triplet: 8B, 59 and 75. RGB value is (139,89,117). Sum of RGB (Red+Green+Blue) = 139+89+117=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5975 is #74A68A. Grayscale: #6B6B6B. Windows color (decimal): -7644811 or 7690635. OLE color: 7690635.

HSL color Cylindrical-coordinate representation of color #8B5975: hue angle of 326.4º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B5975 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB13989117-
CMYK00.360.160.45
HSL326.4º21.93%44.71%-
HSV(B)326.4º35.97%54.51%-
XYZ17.4313.9218.6-
YUV107.14133.56150.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.29%
GREEN value IS 89 (35.16% from 255) = 25.80%
BLUE value IS 117 (46.09% from 255) = 33.91%
R=40.29%
G=25.80%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398911700.360.160.45326.421.9344.71
Hex8B5975024102D146162d
Octal21313116504420555062655
Binary100010111011001111010101001001000010110110100011010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,89,117); }

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

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

 a { background-color: rgb(139,89,117); }

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

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

 span { border-color: rgb(139,89,117); }

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