#8C5F7B

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

Shades of Strikemaster #8C5F7B

Tints of Strikemaster #8C5F7B

Color information

#8C5F7B (or 0x8C5F7B) is unknown color: approx Strikemaster. HEX triplet: 8C, 5F and 7B. RGB value is (140,95,123). Sum of RGB (Red+Green+Blue) = 140+95+123=358 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.11% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5F7B is #73A084. Grayscale: #6F6F6F. Windows color (decimal): -7577733 or 8085388. OLE color: 8085388.

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

Color convert

RGB14095123-
CMYK00.320.120.45
HSL322.67º19.15%46.08%-
HSV(B)322.67º32.14%54.9%-
XYZ18.4815.1920.7-
YUV111.65134.41148.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.11%
GREEN value IS 95 (37.5% from 255) = 26.54%
BLUE value IS 123 (48.44% from 255) = 34.36%
R=39.11%
G=26.54%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409512300.320.120.45322.6719.1546.08
Hex8C5F7B020C2D143132e
Octal21413717304014555032356
Binary10001100101111111110110100000110010110110100001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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