#8B607C

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

Shades of Strikemaster #8B607C

Tints of Strikemaster #8B607C

Color information

#8B607C (or 0x8B607C) is unknown color: approx Strikemaster. HEX triplet: 8B, 60 and 7C. RGB value is (139,96,124). Sum of RGB (Red+Green+Blue) = 139+96+124=359 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.72% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 139 - color contains mainly: red. Hex color #8B607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B607C is #749F83. Grayscale: #6F6F6F. Windows color (decimal): -7643012 or 8151179. OLE color: 8151179.

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

Color convert

RGB13996124-
CMYK00.310.110.45
HSL320.93º18.3%46.08%-
HSV(B)320.93º30.94%54.51%-
XYZ18.4715.3121.05-
YUV112.05134.75147.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.72%
GREEN value IS 96 (37.89% from 255) = 26.74%
BLUE value IS 124 (48.83% from 255) = 34.54%
R=38.72%
G=26.74%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399612400.310.110.45320.9318.346.08
Hex8B607C01FB2D141122e
Octal21314017403713555012256
Binary1000101111000001111100011111101110110110100000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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