#8C607B

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

Shades of Strikemaster #8C607B

Tints of Strikemaster #8C607B

Color information

#8C607B (or 0x8C607B) is unknown color: approx Strikemaster. HEX triplet: 8C, 60 and 7B. RGB value is (140,96,123). Sum of RGB (Red+Green+Blue) = 140+96+123=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 140 - color contains mainly: red. Hex color #8C607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C607B is #739F84. Grayscale: #707070. Windows color (decimal): -7577477 or 8085644. OLE color: 8085644.

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

Color convert

RGB14096123-
CMYK00.310.120.45
HSL323.18º18.64%46.27%-
HSV(B)323.18º31.43%54.9%-
XYZ18.5715.3720.73-
YUV112.23134.08147.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.00%
GREEN value IS 96 (37.89% from 255) = 26.74%
BLUE value IS 123 (48.44% from 255) = 34.26%
R=39.00%
G=26.74%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409612300.310.120.45323.1818.6446.27
Hex8C607B01FC2D143132e
Octal21414017303714555032356
Binary1000110011000001111011011111110010110110100001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,96,123); }

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

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

 a { background-color: rgb(140,96,123); }

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

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

 span { border-color: rgb(140,96,123); }

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