#9E687F

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

Shades of Strikemaster #9E687F

Tints of Strikemaster #9E687F

Color information

#9E687F (or 0x9E687F) is unknown color: approx Strikemaster. HEX triplet: 9E, 68 and 7F. RGB value is (158,104,127). Sum of RGB (Red+Green+Blue) = 158+104+127=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 158 - color contains mainly: red. Hex color #9E687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E687F is #619780. Grayscale: #7A7A7A. Windows color (decimal): -6395777 or 8349854. OLE color: 8349854.

HSL color Cylindrical-coordinate representation of color #9E687F: hue angle of 334.44º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E687F is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB158104127-
CMYK00.340.200.38
HSL334.44º21.77%51.37%-
HSV(B)334.44º34.18%61.96%-
XYZ22.8818.722.48-
YUV122.77130.39153.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.62%
GREEN value IS 104 (41.02% from 255) = 26.74%
BLUE value IS 127 (50% from 255) = 32.65%
R=40.62%
G=26.74%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810412700.340.200.38334.4421.7751.37
Hex9E687F022142614e1633
Octal23615017704224465162663
Binary100111101101000111111101000101010010011010100111010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E687F; }

 p { color: rgb(158,104,127); }

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

<style>
 a { background-color: #9E687F; }

 a { background-color: rgb(158,104,127); }

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

<style>
 span { border-color: #9E687F; }

 span { border-color: rgb(158,104,127); }

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