#8B5379

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

Shades of Strikemaster #8B5379

Tints of Strikemaster #8B5379

Color information

#8B5379 (or 0x8B5379) is unknown color: approx Strikemaster. HEX triplet: 8B, 53 and 79. RGB value is (139,83,121). Sum of RGB (Red+Green+Blue) = 139+83+121=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5379 is #74AC86. Grayscale: #676767. Windows color (decimal): -7646343 or 7951243. OLE color: 7951243.

HSL color Cylindrical-coordinate representation of color #8B5379: hue angle of 319.29º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B5379 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB13983121-
CMYK00.400.130.45
HSL319.29º25.23%43.53%-
HSV(B)319.29º40.29%54.51%-
XYZ17.1913.0619.7-
YUV104.08137.55152.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.52%
GREEN value IS 83 (32.81% from 255) = 24.20%
BLUE value IS 121 (47.66% from 255) = 35.28%
R=40.52%
G=24.20%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398312100.400.130.45319.2925.2343.53
Hex8B5379028D2D13f192c
Octal21312317105015554773154
Binary10001011101001111110010101000110110110110011111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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