#8B6078

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

Shades of Strikemaster #8B6078

Tints of Strikemaster #8B6078

Color information

#8B6078 (or 0x8B6078) is unknown color: approx Strikemaster. HEX triplet: 8B, 60 and 78. RGB value is (139,96,120). Sum of RGB (Red+Green+Blue) = 139+96+120=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6078 is #749F87. Grayscale: #6F6F6F. Windows color (decimal): -7643016 or 7889035. OLE color: 7889035.

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

Color convert

RGB13996120-
CMYK00.310.140.45
HSL326.51º18.3%46.08%-
HSV(B)326.51º30.94%54.51%-
XYZ18.2215.2119.74-
YUV111.59132.75147.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.15%
GREEN value IS 96 (37.89% from 255) = 27.04%
BLUE value IS 120 (47.27% from 255) = 33.80%
R=39.15%
G=27.04%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399612000.310.140.45326.5118.346.08
Hex8B607801FE2D147122e
Octal21314017003716555072256
Binary1000101111000001111000011111111010110110100011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,96,120); }

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

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

 a { background-color: rgb(139,96,120); }

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

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

 span { border-color: rgb(139,96,120); }

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