#9A687E

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

Shades of Strikemaster #9A687E

Tints of Strikemaster #9A687E

Color information

#9A687E (or 0x9A687E) is unknown color: approx Strikemaster. HEX triplet: 9A, 68 and 7E. RGB value is (154,104,126). Sum of RGB (Red+Green+Blue) = 154+104+126=384 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.10% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 154 - color contains mainly: red. Hex color #9A687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A687E is #659781. Grayscale: #797979. Windows color (decimal): -6657922 or 8284314. OLE color: 8284314.

HSL color Cylindrical-coordinate representation of color #9A687E: hue angle of 333.6º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A687E is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB154104126-
CMYK00.320.180.40
HSL333.6º19.84%50.59%-
HSV(B)333.6º32.47%60.39%-
XYZ22.0418.2822.1-
YUV121.46130.56151.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.10%
GREEN value IS 104 (41.02% from 255) = 27.08%
BLUE value IS 126 (49.61% from 255) = 32.81%
R=40.10%
G=27.08%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15410412600.320.180.40333.619.8450.59
Hex9A687E020122814e1433
Octal23215017604022505162463
Binary100110101101000111111001000001001010100010100111010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A687E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,104,126); }

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

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

 a { background-color: rgb(154,104,126); }

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

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

 span { border-color: rgb(154,104,126); }

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